http://qs321.pair.com?node_id=177259


in reply to File::Find with win32 direct~1's containing spaces.

I've not ever had a problem. I just whipped up a test script:
use File::Find; find(sub { print "$File::Find::name\n" if -d }, "c:/program files/");
And this gives me entries like:
c:/program files/Netscape/Communicator/Program/NetHelp/netscape/compos +er c:/program files/InstallShield Installation Information/{0AD84416-63A4 +-4CF3-BDDF-8FA866711FB0}
So without posting your code I'm not sure what's up :)

gav^

Replies are listed 'Best First'.
Re: Re: File::Find with win32 direct~1's containing spaces.
by one4k4 (Hermit) on Jun 26, 2002 at 01:41 UTC