I'm using
os.rename()
to try to move pdf files between drives. Attempting this I receive the error:
OSError: [WinError 17] The system cannot move the file to a different disk drive
Is anyone aware of a function which contains similar functionality to os.rename
and allows for across disk file transfer?