Cocoa 中的目录数据更改观察者
您好,我知道 NSWorkspace 中有一种检查数据是否更改的方法(noteFileSystemChanged:),但我想知道是否有可能自动观察指定路径上的数据更改(例如目录中的新文件)。
谢谢回复!
Hi i know that in NSWorkspace is a method that check if data is changed (noteFileSystemChanged:), but i was wondering if there is a possibility to automaticly observe for data change on specified path (ex. new file in directory).
Thanks for reply !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 FSEvents (文件系统事件)API。您可以要求获得有关文件或文件夹级别更改的通知... 弱小人类 !
Check out the FSEvents (file system events) API. You can ask to be notified of file- or folder-level changes... puny human!