Re: filesystem notifications
Re: filesystem notifications
- Subject: Re: filesystem notifications
- From: Rob Rix <email@hidden>
- Date: Mon, 28 May 2001 20:06:03 -0400
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?
I have a need for this functionality also. The only other thing from the
NSWorkspace notification for changes in the file system that I could find
is periodically polling the shared workspace like this:
someBooleanValue = [[NSWorkspace sharedWorkspace] fileSystemHasChanged];
Hope this is of help, and I hope that the difficulties with notifications
goes away,
-- Rob
Do not read this sig.