上传者: 38659622
|
上传时间: 2021-12-28 22:36:56
|
文件大小: 41KB
|
文件类型: -
实例如下所示:
#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.mkdir("E:\\testFile\\")
#生成文件
for i in range(1