in reply to WinXP directory listing
Here are some pointers:
- search CPAN for modules with the word 'file' in it
- play around with win32's 'dir' command like this: my $dirListing = `dir c:\`; notice the backticks
- win32::OLE is supposed to be an interface between Perl and many windows thingies. perhaps it can interface to explorer and give you information.