Koba has asked for the wisdom of the Perl Monks concerning the following question:
i need your wisdom for i tricky problem.
I am running on a WINDOWS server through a UNC path with a by find2perl created script. But as soon as it reaches the first folder with more than 256 chars folder length it terminates with an error.
Now i think the easiest way is to use short file/foldernames. But how can i tell perl to use short names for my script?
Or is there any other way to solve this problem. I cannot run it on the device itself, it's a NAS. And to assign the unc path to a drive letter needs an exception request which will cost me days of paperwork.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: find2perl and 256 chars folder length
by BrowserUk (Patriarch) on Mar 14, 2010 at 12:01 UTC | |
|
Re: find2perl and 256 chars folder length
by afoken (Chancellor) on Mar 14, 2010 at 15:38 UTC | |
by Koba (Initiate) on Mar 20, 2010 at 12:35 UTC | |
by BrowserUk (Patriarch) on Mar 20, 2010 at 13:12 UTC | |
by afoken (Chancellor) on Mar 20, 2010 at 17:45 UTC | |
|
Re: find2perl and 256 chars folder length
by Anonymous Monk on Mar 14, 2010 at 12:01 UTC |