Closed Andy2244 closed 4 years ago
See https://docs.python.org/dev/library/shutil.html#shutil.move
NOTE: If on the same drive the faster os.rename() is still used by shutil.move
os.rename()
shutil.move
([WinError 17] The system cannot move the file to a different disk drive)
See https://docs.python.org/dev/library/shutil.html#shutil.move
NOTE: If on the same drive the faster
os.rename()
is still used byshutil.move