Thanks. I use File::Copy but I did not find anything
that duplicates the Move (Copy\Delete) functionality.
I could just do a system 'rm <src>', but I was looking
for something a little cleaner.

Frank 

-----Original Message-----
From: Douglas Sparling
To: '[EMAIL PROTECTED]'
Sent: 1/29/01 10:52 AM
Subject: RE: [Perl-unix-users] File Copy and Move on Unix (Solaris)

>I have a script which I need to port from NT to Unix
>(Solaris). I used the Win32API::File module functions
>MoveFileEx and CopyFile to Move and Copy files (Move
>does a copy src->dest, delete src). I am wondering what
>are the prefered means of doing this on Unix.

You might try File::Copy.
_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users
_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to