You may use the following template to rename a file using Python: import os os.rename(r'file path\OLD file name.file type',r'file path\NEW ...
確定! 回上一頁