Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个包含大约 3000 个项目文件夹的网络共享。命名约定如下:
2018 年创建的 项目:2018xxx 2019 年创建的项目:2019xxx
所有这些项目文件夹都有相同的子文件夹集,例如:
01 文件夹 1 02 文件夹 2 03 文件夹 3 04 临时
我要创建的是一个预定脚本(或其他任何内容),用于删除从 2020xxx 开始的每个项目文件夹中 04 临时文件夹中所有超过7天的文件
最好的方法是什么?
此致。