Closed seisman closed 5 years ago
Path.rename() and os.rename() report "Invalid cross-device link" error if the source and target names are on different file system. Use shutil.move() can fix the issue.
Path.rename() and os.rename() report "Invalid cross-device link" error if the source and target names are on different file system. Use shutil.move() can fix the issue.