Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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()
 
PREVIOUS NEXT
Tagged: #invalid #link
ADD COMMENT
Topic
Name
7+2 =