Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Moving Directory Trees in Win32

by Nitrox (Chaplain)
on Oct 29, 2002 at 14:41 UTC ( #208756=note: print w/replies, xml ) Need Help??


in reply to Moving Directory Trees in Win32

Take a look at Win32::FileOp.

As a side note I thought I remember seeing a mv option in File::Copy.

-Nitrox

Replies are listed 'Best First'.
File::Copy
by vek (Prior) on Oct 29, 2002 at 16:32 UTC
    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://208756]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2023-09-22 04:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?