I have a file path to a specific file and I want to register to be notified whenever that file changes (its contents have been modified).
I have tried searching goog
I am using VDKQueue right now - author says it's a refactored and more performant version of UKKQueue.
Implementation was pretty straightforward:
VDKQueueDelegate
;VDKQueue*
ivar / property;VDKQueue:receivedNotification:forPath:
;addPath:notifyingAbout:
.Then just do your business in the delegate method.