会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
wstong2052
博客园
首页
新随笔
管理
2023年11月3日
python - 文件夹整理
摘要: 将当前文件夹的文件根据创建时间进行整理 # 整理当前文件夹 import time import os import shutil # 将旧文件复制到新路径 def cutFile(fileName): if os.path.isdir(fileName) == True: return if fi
阅读全文
posted @ 2023-11-03 10:37 wstong
阅读(12)
评论(0)
推荐(0)
编辑
公告