Python怎么新建目录文件夹? by 好办法汇总Posted on 2015年1月12日 Python怎么新建目录文件夹? # create a new folder to save company files if not os.path.exists(save_path): os.makedirs(save_path)