Search code examples
cocoafilesystemwatcherfsevents

Equivalent of FileSystemWatcher (.NET) in Cocoa


I am developing an application in Cocoa. I want to constantly check whether the contents of a file in a particular location is changed or not (like FileSystemWatcher in .NET). Please anyone give me a solution


Solution

  • Please have a look at FSEvents.