Re: kqueue - supported filesystems?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Jun 12, 2006, at 8:51 AM, A.M. wrote: On Jun 9, 2006, at 6:31 PM, Jim Correia wrote: How can I determine at runtime whether a file system is supported? (And if the notification semantics are what I need?) I don't believe we have any programmatic way to answer that question right now. davez _______________________________________________ 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... On Mon, June 12, 2006 11:34 am, Dave Zarzycki wrote: Well one could just try it...create a file or queue on a directory and see if a kqueue event is triggered or not. Actually, now that you mention it... I'd hope that if you try and open () the file with O_EVTONLY, you could find out programmatically that way. That would certainly be worth testing. This email sent to site_archiver@lists.apple.com
participants (1)
-
Dave Zarzycki