objective-ccocoaxcode4fsevents

Monitoring a directory for changes in OSX without fsevent


Is there an alternative to fsevent or some kind of wrapper for it?

I'm trying to monitor a specific folder for changes to files with a certain extension.


Solution

  • There is UKKQueue, which is a nice wrapper for kernel queue event monitoring - the alternative mentioned in the documentation.