Answers for "oserror: invalid cross-device link"

0

oserror: invalid cross-device link

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

shutil.move()
Posted by: Guest on July-28-2020

Python Answers by Framework

Browse Popular Code Answers by Language