2015/04/04

ディレクトリ名とファイル名の連結

ディレクトリ名とファイル名の連結は os.path.join を使う。


os.path.join(path, *paths)


戻り値:
 連結されたパス名

複数指定できる。


os.path.join
結果