"$Bill Luebkert" <[EMAIL PROTECTED]> writes:
> Carl Jolley wrote:
> >
> > On Sun, 30 Apr 2000, Steven Willard wrote:
> >
> > > I am running windows 2000 professional with perl AS 506. I installed
> > > Fileop, Lazy, Win32-api and Win32-abspath from Jenda's site. I created the
> > > following
Carl Jolley wrote:
>
> On Sun, 30 Apr 2000, Steven Willard wrote:
>
> > I am running windows 2000 professional with perl AS 506. I installed
> > Fileop, Lazy, Win32-api and Win32-abspath from Jenda's site. I created the
> > following
> >
> > use Win32::FileOp;
> >
> > Copy ('e:\oldfile\test.tx
On Sun, 30 Apr 2000, Steven Willard wrote:
> I am running windows 2000 professional with perl AS 506. I installed
> Fileop, Lazy, Win32-api and Win32-abspath from Jenda's site. I created the
> following
>
> use Win32::FileOp;
>
> Copy ('e:\oldfile\test.txt' => 'e:\newfile\\');
>
> All path
Steven Willard wrote:
>
> I am running windows 2000 professional with perl AS 506. I installed
> Fileop, Lazy, Win32-api and Win32-abspath from Jenda's site. I created the
> following
>
> use Win32::FileOp;
>
> Copy ('e:\oldfile\test.txt' => 'e:\newfile\\');
>
> All paths exist and yet nothi
I am running windows 2000 professional with perl AS 506. I installed
Fileop, Lazy, Win32-api and Win32-abspath from Jenda's site. I created the
following
use Win32::FileOp;
Copy ('e:\oldfile\test.txt' => 'e:\newfile\\');
All paths exist and yet nothing happens when I run it inside CodeMagic