Pythonでファイルを保存するプログラムを書いているとき、保存先のフォルダ(ディレクトリ)がまだ存在せず、「FileNotFoundError」になってしまったことはありませんか? これを防ぐためには、ファイルを保存する前に「フォルダを作成する」処理が必要です。
今回はPython標準ライブラリによるファイル操作を紹介します。なお注意点して私はWindowsのPCで作業しており エスケープシーケンスの都合上 詳細は参考記事参照 パスの記載方法がMacとは異なる可能性があります。 os:ファイル操作全般で使用 shutil:osで ...
Add a description, image, and links to the python-system-control-gui-os-subprocess topic page so that developers can more easily learn about it.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.