|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re^2: I go crazy with windows filenames with spaces!by ikegami (Pope) |
| on Jan 19, 2010 at 15:22 UTC ( #818217=note: print w/ replies, xml ) | Need Help?? |
|
OS doesn't matter. opendir always takes a path for argument. Not a path that's been escaped into something else.
You're saying there exists a version of Windows that both supported long file names and didn't support long file names. DOS was what didn't support long file names. DOS applications running on Windows had to use the short path names. Adding ~1 is not the correct way of getting the short file name. And finally, the problem at hand has nothing to do with long file names. Or file names at all, really.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||