in reply to Missing files & File::Find.pm
The chdir() in the Microsoft C run-time always does a GetCurrentDirectory() after a SetCurrentDirectory() and it will fail if the absolute path name is more than 260 bytes, even if no single directory name is that large.
There might also be a bug in Perl or the C run-time so that a path name that large overwrites a buffer causing the file names to appear very weird (this is just speculation).
You might be able to get File::Find to work using the "no_chdir" option-- see the File::Find documentation.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Missing files & File::Find.pm
by sbas013 (Initiate) on Feb 08, 2007 at 08:50 UTC | |
Re^2: Missing files & File::Find.pm
by Corion (Patriarch) on Feb 08, 2007 at 09:11 UTC |