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.

link|improve this question

possible duplicate of Observe a File or Folder in Objective-C – Rob Keniger Aug 27 '11 at 2:59
@Rob Keniger: Not a duplicate of that question, since that one doesn't exclude FSEvents and, in fact, FSEvents (which you suggested on that question) is the accepted answer. – Peter Hosey Aug 27 '11 at 3:51
feedback

1 Answer

up vote 3 down vote accepted

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

link|improve this answer
@Peter Heh. Thanks for the edit. I started writing, got sidetracked, then came back to it without proof reading. :-) – Joshua Nozzi Aug 27 '11 at 14:27
2  
Looks like VDKQueue is an updated version of UKKQueue (which is 8 years old). github.com/bdkjones/VDKQueue – Joel May 4 at 6:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.