I want to create a Cocoa application to monitor a folder for new files on Mac OS X. I know I can do this using AppleScript and Folder Actions, but how can I use ObjC and Cocoa for 开发者_JAVA百科that?
Have a look at File System Events
Although, for really fine-grained monitoring the documentation points to using kqueues
精彩评论