tags:

views:

27

answers:

0

Are there methods in Mono C# to interact with file ACLs and extended ACLs?

I found the assembly Mono.Posix.dll, and the class UnixFileInfo.

This can give me nice things like the owner group and user, but no ACLs.

Does it exist? Or would I have to basically use DllImport for everything?