0

.Net uses FileSystemWatcher Class for handling file and directory events. Is there any simple way i.e. built in for Objective-C?

Eimantas
  • 48,927
  • 17
  • 132
  • 168
Bhushan
  • 23
  • 2

1 Answers1

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