2013年11月11日 星期一

python create directories if path not exists

import os

if not os.path.exists(THE_PATH):
    os.makedirs(THE_PATH)

沒有留言:

張貼留言