The Python programming language serves as a scripting language suited for quick programming tasks. It's more accessible to small business owners and others who are casual programmers than other ...
Pythonでファイルを保存するプログラムを書いているとき、保存先のフォルダ(ディレクトリ)がまだ存在せず、「FileNotFoundError」になってしまったことはありませんか? これを防ぐためには、ファイルを保存する前に「フォルダを作成する」処理が必要です。