Actions
Bug #7707
closedFileUtils.mv fails to move symlink between filesystems
Description
FileUtils.mv sometimes fails with a "Errno::ENOENT: No such file or directory - /path/to/symlink" when attempting to move a directory containing a symlink between filesystems. This may be because it moves the destination file before the symlink and then fails to move a "broken" symlink. Using the shell's "mv" instead works reliably.
A small test script is attached.
Files
Actions
Like0
Like0Like0Like0