Nosrac
Nosrac

Reputation: 144

Creating an objective-c file creation event stream

I'm trying to create a stream to monitor a few directories for new files but I've had no luck.
Bonus points if your solution recursively searches the directories.

Upvotes: 1

Views: 287

Answers (1)

John Parker
John Parker

Reputation: 54445

Have you read the "Tracking File-System Changes" section of the File-System Performance Guidelines - this and the NSWorkspace class reference should tell you everything you need to know.

Upvotes: 1

Related Questions