in reply to File::Find with win32 direct~1's containing spaces.
Where I have run into problems is using the system() function with files containing spaces. The Win32 command shell is pretty limited when it comes to quoting (double quotes or nothing). To work around that, I sometimes do this:
my $short_name = Win32::GetShortPathName($long_name);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: File::Find with win32 direct~1's containing spaces.
by one4k4 (Hermit) on Jun 27, 2002 at 03:31 UTC |