Comment on "
Using NSWorkspace with Files
"
by
Scott Stevenson
— Feb 02
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
"
Copyright © Scott Stevenson 2004-2015
by Scott Stevenson — Feb 02
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.