Re: Moving Folder Access denied

2005-12-03 Thread Mulander
Just a brief of what is hapening i have a file with text like this aaa.bbb e:\cme\abc.vws i am splitting this data based on space and want to move the data in e:\cme\abc.vws to e:\cme1\. How many spaces do you have between the filenames ? If more then one adjust your regex in split:

RE: Moving Folder Access denied

2005-12-02 Thread Manoj Thakkar, Noida
permission denied error // } Best Regards Manoj From: Manoj Thakkar, Noida Sent: Thu 12/1/2005 10:37 AM To: beginners@perl.org Subject: Moving Folder Access denied Hi, I am trying to move some file form one folder to other . I am able to move the file if i do it from

RE: Moving Folder Access denied

2005-12-02 Thread Manoj Thakkar, Noida
, Noida Cc: beginners@perl.org Subject: RE: Moving Folder Access denied Why are you sending same mail to individual, while you are able to send mail to the beginners@perl.org Regards Hridyesh -Original Message- From: Manoj Thakkar, Noida [mailto:[EMAIL PROTECTED] Sent: 01 December 2005

RE: Moving Folder Access denied

2005-12-02 Thread Timothy Johnson
@perl.org Subject: RE: Moving Folder Access denied I tried using the File ::copy and then the move command it says permission denied Just a brief of what is hapening i have a file with text like this aaa.bbb e:\cme\abc.vws i am splitting this data based on space and want to move the data

Moving Folder Access denied

2005-12-01 Thread Pant, Hridyesh
Hi, I am trying to move some file form one folder to other . I am able to move the file if i do it from the dos prompt but it gives me access denied when i try it using Perl. It seem to me a problem in reading the variable value. Her is my code Please suggest .. use Win32API::File qw (

Moving Folder Access denied

2005-12-01 Thread Manoj Thakkar, Noida
Hi, I am trying to move some file form one folder to other . I am able to move the file if i do it from the dos prompt but it gives me access denied when i try it using Perl. It seem to me a problem in reading the variable value. Her is my code Please suggest .. use Win32API::File qw (

FW: Moving Folder Access denied

2005-12-01 Thread Manoj Thakkar, Noida
Folder Access denied Hi, I am trying to move some file form one folder to other . I am able to move the file if i do it from the dos prompt but it gives me access denied when i try it using Perl. It seem to me a problem in reading the variable value. Her is my code Please suggest

RE: Moving Folder Access denied

2005-12-01 Thread Pant, Hridyesh
Why are you sending same mail to individual, while you are able to send mail to the beginners@perl.org Regards Hridyesh -Original Message- From: Manoj Thakkar, Noida [mailto:[EMAIL PROTECTED] Sent: 01 December 2005 20:42 To: beginners@perl.org Subject: FW: Moving Folder Access denied