标签: cocoa filesystem-events
.Net使用FileSystemWatcher Class来处理文件和目录事件。是否有任何简单的方法,即为Objective-C内置?
答案 0 :(得分:1)
你可以使用Carbon(查看FSEvents.h),see this article。
第三方编写了Cocoa前端here’s one I haven’t used,仅作为示例。