in reply to File::Find uses '/' in path on Win32 system.
If you want to keep your code portable you might want to think about using File::Spec to determine what the path separator should be, I think that this is probably what File::Find is doing actually and returning the path separators that it thinks you are expecting (without looking at the code.)
/J\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: File::Find uses '/' in path on Win32 system.
by chromatic (Archbishop) on Mar 10, 2002 at 18:20 UTC |