Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

File::Copy

by vek (Prior)
on Oct 29, 2002 at 16:32 UTC ( #208784=note: print w/replies, xml ) Need Help??


in reply to Re: Moving Directory Trees in Win32
in thread Moving Directory Trees in Win32

You are 100% correct Nitrox, there is indeed a 'mv' option in File::Copy, it's called 'move':
use File::Copy; move ("somefile", "somewhere") || die "Couldn't move somefile to somew +here - $!\n";
-- vek --

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://208784]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2023-11-29 01:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?