本篇文章介绍python 搜索大文件的方法 代码如下: import os,os.path def getBigFile(pathname,filesize):#第一个参数为要遍历的文件夹,第二个是要找的最小文件的大小 fileList = [] for root,dirs,files in os.walk(pathname):#这里os.walk()遍历目录 for
本篇文章介绍python 搜索大文件的方法 代码如下:
|
2019-06-18
2019-07-04
2021-05-23
2021-05-27
2021-05-27