You can use the shutil module to move files within the same or different file systems. To move a file, shutil has the move() function. It calls the os.rename() ...
確定! 回上一頁