说明:实例如下所示:
#coding=utf-8
'''
Created on 2012-5-29
author: xiaochou
'''
import os
import time
def nsfile(s):
'''The number of new expected documents'''
#判断文件夹是否存在,如果不存在则创建
b = os.path.exists("E:\\testFile\\")
if b:
print("File Exist!")
else:
os <weixin_38659622> 上传 | 大小:41kb