in reply to What's the best way to "move" a file?

File::Copy also provides a move() function. It renames if possible and copies/deletes if not.

-sauoq
"My two cents aren't worth a dime.";
  • Comment on Re: What's the best way to "move" a file?