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 s

RE: Moving Folder Access denied

2005-12-02 Thread Timothy Johnson
M To: beginners@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 t

RE: Moving Folder Access denied

2005-12-02 Thread Manoj Thakkar, Noida
j Thakkar, 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 Dece

RE: Moving Folder Access denied

2005-12-02 Thread Manoj Thakkar, Noida
lready tried using E:/cme1 also it gives the same 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 fol

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

FW: Moving Folder Access denied

2005-12-01 Thread Manoj Thakkar, Noida
ject: 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 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 sug

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 (

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 ( :A