FinalBuilder 文件和文件夹枚举
使用 FinalBuilder 枚举一组文件和文件夹的最佳方法是什么?
我的问题的上下文是,我想将源文件夹与目标文件夹进行比较,并替换目标文件夹中早于源文件夹的任何匹配文件。
有什么建议么?
What's the best way to enumerate a set of files and folders using FinalBuilder?
The context of my question is, I want to compare a source folder with a destination folder, and replace any matching files in the destination folder that are older than the source folder.
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,为了将来的参考,事实证明,在“迭代器”类别下有两个非常有用的操作。
进一步挖掘揭示了 Robocopy Mirror 操作,它正是我所寻找的,即将目标文件夹与源文件夹同步。 无需编写我自己的文件迭代例程。
ok, for future reference, it turns out that under the catgeory "Iterators" there are two very helpful actions.
Further digging revealed the Robocopy Mirror action, which does exactly what I was looking for, namely syncing the destination folder with the source folder. No need to write my own file iteration routines.