ファイル操作用のライブラリ
p = pathlib.Path("aaa.txt") p.unlink()
参考
https://note.nkmk.me/python-pathlib-file-open-read-write-unlink/
Last updated 2 years ago