Use copy insted of move, it should overwrite files automatically. shutil.copy(sourcePath, destinationPath). Then of course you need to delete original files ...
確定! 回上一頁