トップ 一覧 検索 ヘルプ RSS ログイン

BugTrack-その他のメモ/6の変更点

- True
- False
+
+ import os  
+ dir_path = "/home/test/testdir/"  
+ if not os.path.isdir(dir_path):  
+     os.mkdir(dir_path)
+
+