I use the FSEvent API to detect file modifications.
I'm already able to detect when new files/folders are created or renamed. But I can't detect if a file was removed/deleted.
When I delete a file I get a kFSEventStreamEventFlagItemRenamed
and not a kFSEventStreamEventFlagItemRemoved
like I would expect.
Does anyone have experience with FSEvent API or know this problem?
Thanks