📜  oserror: 无效的跨设备链接 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:18.607000             🧑  作者: Mango

代码示例1
Source and destination need to be on the same file system.
As a fix, use the following instead of os.rename:

shutil.move()