摘要:
import os, sysfrom stat import *BIG_FILE_THRESHOLD = 6000L #1000000Ldict1 = {} # dict2 = {} # def treewalk(path): try: for i in os.listdir(path... 阅读全文
摘要:
Python 实现文件复制、删除 - sld666666 - 博客园http://www.cnblogs.com/sld666666/archive/2011/01/05/1926282.html 阅读全文