Cocoa 中的文件观察器

发布于 2024-07-25 15:22:54 字数 149 浏览 6 评论 0原文

大家好,我正在cocoa中开发一个应用程序。我想不断检查特定位置的文件内容是否更改(例如.NET中的FileSystemWatcher)。请任何人给我一个解决方案。我使用了FSEvent,但它仅监视文件夹的更改...但我需要知道该文件夹中的文件是否已更改..请任何人帮助我......

Hai all, I am developing an application in cocoa.I want to constantly check whether the contents of a file in a particular location is changed or not (like FileSystemWatcher in .NET).Please anyone give me a solution.I used FSEvent but it monitors only folder for changes...But I need to know whether a file in that folder is changed or not ..Please anyone help me ......

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

骑趴 2024-08-01 15:22:54

当您收到包含文件的文件夹的 FSEvent 时,请检查文件的修改日期以查看它是否是已更改的文件。 FSEvent 不提供比这更细的粒度。

When you get an FSEvent for the folder containing your file, check your file's mod date to see if it's the one that changed. FSEvent doesn't offer finer granularity than that.

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