Reputation: 144
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
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