Hi

I am writing a Perl "File Manager" app using TK and DirTree to navigate the
folders.

$frame->Scrolled( 'DirTree', -command => [\&ListDir]  )->pack( -side =>
'right', -expand => 1, -fill => 'x', );

Here is my problem:

The above will only list the current Drive. It would not allow me to switch
from "C" to "D" or any other drives i have.

Is there a way to tell DirTree to list from the root?

Dan
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to