Re: Identifying directory changes with kqueue/kevent
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Sep 19, 2007, at 9:01 AM, Fred Leboucher wrote: Except that my code has to be compatible with 10.3.9 and higher :/ On Sep 19, 2007, at 5:56 PM, Dave Zarzycki wrote: _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com It sounds like you want the new FSEvents API in Leopard. The new FSEvents API is a sustainable interface, forward-compatible from Leopard onwards, however in this case the underlying kernel mechanisms do exist as SPI in earlier OS versions. Simply create a wrapper which calls the legacy SPI's conditionally via runtime introspection. -- Shaun Wexler MacFOH http://www.macfoh.com "Problems cannot be solved by the same level of thinking that created them." - Albert Einstein smime.p7s
participants (1)
-
Shaun Wexler