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.
我想做一个自动文件夹操作,排除带有某些单词的文件名,例如:
将所有文件移动到 /folder x 除了那些包含“屏幕截图”的文件
实际操作工作正常我只需要脚本或自动化操作来排除文件。
您应该能够使用“过滤查找器项目”并将条件设置为“以下均不成立”:“名称包含屏幕截图”。我刚刚对“选择文件夹”、“获取文件夹内容”和“过滤查找器项目”进行了快速测试,结果仅包含不包含我指定的单词的文件。