Hi All,

I am clueless how to do a directory list starting at the very root
"Computer" which includes all drives.

What I am doing to get a directory tree is this:
my $directory = "";
    opendir DIR, $directory;
    my @files = readdir DIR;
    closedir DIR;

But it only start at one drive - not all drives. I am missing out on where
to start the initial directory.

My main goal is to get all the drives on my computer, so I can do a
directory tree on those drives.


Thanks

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

Reply via email to