Hi All I am using apache2 on windows and when I try to do I failed “M:” is a maped drive When I do the same thing in perl script it works fine. use Win32; use File::NCopy qw(copy); my $file = File::NCopy->new(recursive => 1,'force_write'
=>1,'_debug' =>1,); $file->copy ('C:/temp/scans/11111/front.jpg','M:/front1.jpg'); Any idea what am I doing wrong ??? Thanks |
- Re: copy failed hezi
- Re: copy failed Joshua Chamas