mirror of
https://github.com/devine-dl/devine.git
synced 2025-12-18 03:42:15 +00:00
Path.rename() cannot move data to different drives. It can only rename the path reference on the same file system. However, shutil.move() will move the data while also changing it's name.