【整理】python中一次性创建多级文件夹,判断一个文件夹是否已经存在
crifan 13年前 (2012-03-16) 5097浏览 0评论
参考代码: import os; cur_path = os.getcwd(); new_dir = cur_path + '\\' + 'dir0' + '\\dir1'; print "new dir exist=",os....
crifan 13年前 (2012-03-16) 5097浏览 0评论
参考代码: import os; cur_path = os.getcwd(); new_dir = cur_path + '\\' + 'dir0' + '\\dir1'; print "new dir exist=",os....