Hello,
Sorry this is a question related to Mac OS X programming, but this forum was the closest.

I need to identify programatically information about a volume, its type flags. I can get this information using statfs() function. But how do I know if a volume is mounted with ACL's enabled?
Does getmntinfo() or statfs() provide this information?

Before using ACL API's I need to know if the volume supports ACLs.

Thanks.