Moving with File::Copy between Drives

2003-09-10 Thread Ford, Graham
I am getting the error 'Permission denied at test.pl line 3' when moving a file between two drive volumes under WIndows 2000. The script is running with administrator permissions. The script is short: _start use File::Copy; move('e:/test','d:/test'); end This works fine if

Re: Moving with File::Copy between Drives

2003-09-10 Thread Jan Dubois
On Wed, 10 Sep 2003 13:33:40 -0700, Ford, Graham [EMAIL PROTECTED] wrote: I am getting the error 'Permission denied at test.pl line 3' when moving a file between two drive volumes under WIndows 2000. The script is running with administrator permissions. The script is short: _start