Comment on "
Using NSWorkspace with Files
"
by
Scott Stevenson
— Feb 02, 07
Is it possible to use the NSWorkspace to monitor if a folder has been changed
I don't think so. There's a lower-level API for that called kqueue. Uli Kusterer has a Objective-C wrapper for it called UKKQueue. It's on
this page
, about halfway down.
Back to "
Using NSWorkspace with Files
"
Technorati Profile
Copyright © Scott Stevenson 2004-2006
by Scott Stevenson — Feb 02, 07
I don't think so. There's a lower-level API for that called kqueue. Uli Kusterer has a Objective-C wrapper for it called UKKQueue. It's on this page, about halfway down.