in reply to Re: having horrors untainting a path string for moving a file
in thread having horrors untainting a path string for moving a file
The OP mentioned this may have to work across different mount points, and rename can't do that. And this is why he can't use File::Copy's mv since under the hood that also uses rename.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: having horrors untainting a path string for moving a file
by ikegami (Patriarch) on Mar 14, 2006 at 18:50 UTC |