会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
先帝创业未半而中岛美雪
首页
新随笔
管理
2022年10月26日
Python 常用函数-最新文件-日期均值-硬盘空间
摘要: 获取文件夹中最新文件 def get_latest_folder(path): try: lists = os.listdir(path) # 列出目录的下所有文件和文件夹保存到lists lists.sort(key=lambda fn: os.path.getmtime(path + "/" +
阅读全文
posted @ 2022-10-26 13:21 可乐芬达
阅读(50)
评论(0)
推荐(0)
编辑
公告