.net

.net

 

2014年3月17日

python 获取文件夹大小

摘要: __author__ = 'bruce'import osfrom os.path import join,getsizedef getdirsize(dir): size=0l for (root,dirs,files) in os.walk(dir): ... 阅读全文

posted @ 2014-03-17 17:53 严杰 阅读(4889) 评论(0) 推荐(0) 编辑

导航