Subject: | Problem with windows path fix |
module: File-Ncopy-0.34
Perl: Active State Perl 5.8.3 build 809
OS: Windows 2000
Hey Matt,
I checked out your File-NCopy-0.34. You made the same code change I did to solve the problem with file dates not being preserved on nt.
But the change you made for the file paths on windows will break some users scripts. For instance mine :) I use unix path separators, "/", so I can run my scripts on unix and windows and access the same file paths. Perl is fine with that. This works fine on both platforms.
open (FILE, "<dir1/dir2/file.txt");
Not sure how to solve this so it works for everybody. Any ideas?
Josh