Python Python ファイルをリネームする hawk 2021-03-03 / 2021-03-07 import os os.rename("hoge.txt", "fuga.txt") # hoge.txt が fuga.txtにリネームされる