import os import pathlib path = pathlib. ... dst) os.rename(os.path.join(path, src), os.path.join(path, dst)) print("File renamed!").
確定! 回上一頁