ディレクトリを作る 2010/8/14 Python2.5.4 import os os.mkdir(path) 途中のディレクトリまで再帰的に作ってくれる import os os.makedirs(path)