in reply to File::Find uses '/' in path on Win32 system.
It's not quite clear to me what the problem is in your example above (you want to use \ in your input, or get / in the output, or what?), but I use File::Spec->canonpath($File::Find::name) in my scripts to correct for these \/ issues. Maybe that will help.
|
|---|