1. 首页
  2. 数据库
  3. 其它
  4. python删除过期文件的方法

python删除过期文件的方法

上传者: 2021-01-01 02:30:03上传 PDF文件 28.22KB 热度 17次
本文实例讲述了python删除过期文件的方法。分享给大家供大家参考。具体实现方法如下: # remove all jpeg image files of an expired modification date = mtime # you could also use creation date (ctime) or last access date (atime) # os.stat(filename) returns (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime) # tested with Python24 v
用户评论