ITADN

[Fix] allow moving files across drives

#29Pull RequestJChris246 创建于 2025-03-14已合并
J
JChris246commented
This PR manually implements renaming files by creating a new file with the new name and coping over the contents from the old file to the new one. It then removes the old file, effectively renaming the original file. This method does not have the same limitation of `os.Rename` which can't move/rename files on separate drives. *some existing methods were relocated to avoid cycle dependencies* Closes #18
合并状态:已合并 合并于 2025-03-15 关闭于 2025-03-15 2 条评论