filesystem notifications
filesystem notifications
- Subject: filesystem notifications
- From: Steve Gehrman <email@hidden>
- Date: Mon, 28 May 2001 12:55:27 -0700
my app needs to be notified when the finder (or any other app) creates,
moves or deletes files or folders. I can't seem to find a way to do
this.
I'm currently getting notified with the NSWorkspace notifications, some
of them work reliably like the app launching or volume mounting, but I
don't get called for files being created, moved or deleted.
any ideas?
steve