FinalBuilder 文件和文件夹枚举

发布于 2024-07-06 08:33:46 字数 122 浏览 9 评论 0原文

使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦开始←不甜 2024-07-13 08:33:46

好吧,为了将来的参考,事实证明,在“迭代器”类别下有两个非常有用的操作。

  1. 文件/文件集迭代器
  2. 文件夹迭代器

进一步挖掘揭示了 Robocopy Mirror 操作,它正是我所寻找的,即将目标文件夹与源文件夹同步。 无需编写我自己的文件迭代例程。

ok, for future reference, it turns out that under the catgeory "Iterators" there are two very helpful actions.

  1. File/Fileset Iterator
  2. Folder Iterator

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文