Re: filesystem notifications
Re: filesystem notifications
- Subject: Re: filesystem notifications
- From: Rob Rix <email@hidden>
- Date: Mon, 28 May 2001 21:53:16 -0400
The problem with this method is it misses all changes that don't send
NSWorkspace noteFileSystemChanged messages, which seems to be almost all
of them.
e.g. downloads from most tools, anything happening at the BSD layer,
shell access, etc.
Unfortunately, you're exactly right there.
You have to resort to polling the file system itself to keep up to date.
How do you do this?
Thanks,
-- Rob
CocoaDev.com