You might have noticed that os module also contains a function for renaming or moving files, (os.rename). Generally, you should use shutil.move instead, ...
確定! 回上一頁