http://www.perlmonks.org?node_id=322358


in reply to Re: Problems executing a copy command on win32
in thread Problems executing a copy command on win32

In the past, I had problems with File::Copy on win32 when copying large files from ntfs to fat32. I now use Win32::CopyFile, and this works always on windows.(but it is not portable)
---------------------------
Dr. Mark Ceulemans
Senior Consultant
BMC, Belgium
  • Comment on Re: Re: Problems executing a copy command on win32

Replies are listed 'Best First'.
Re: Re: Re: Problems executing a copy command on win32
by Ronin (Initiate) on Jan 27, 2004 at 14:03 UTC
    Where can I find Win32::CopyFile? I have looked on CPAN and I don't see it there. Thanks.