I am trying to get a data structure with lists of users
and the corresponding access permissions for a given file.
I've not yet been able to find anything in the NET docs
for doing this. I've been looking at the FileIOPermissions
class within the System.Security.permissions namespace,
but that doesn't seem to get me what I want. (I'll be looking
through other namespaces after posting this.)