.Net uses FileSystemWatcher Class for handling file and directory events. Is there any simple way i.e. built in for Objective-C?
Asked
Active
Viewed 63 times
1 Answers
1
You can do it using Carbon (look at FSEvents.h), see this article.
Third parties have written Cocoa front-ends, here’s one I haven’t used, just as an example.

Community
- 1
- 1

Wil Shipley
- 9,343
- 35
- 59