uncheck inherit permissions checkbox on security-tab

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there,

from within a .NET environment (framework v1.1), i create a directory. No
problem.
In my case, when you look at the properties of that directory, specifcally
the security-tab, the checkbox about inheriting the permissions of the parent
directory is checked.
Is there a way to uncheck this checkbox from within my .NET program ?

I have a commandline tool (SetACL; see http://setacl.sourceforge.net), but I
would like to do this in the program myself.

Any help is appreciated.
 
I came across this library sometime ago. Though I have not used it, you
might want to take a look:
http://www.gotdotnet.com/Community/...mpleGuid=e6098575-dda0-48b8-9abf-e0705af065d9

Hi there,

from within a .NET environment (framework v1.1), i create a directory. No
problem.
In my case, when you look at the properties of that directory, specifcally
the security-tab, the checkbox about inheriting the permissions of the
parent
directory is checked.
Is there a way to uncheck this checkbox from within my .NET program ?

I have a commandline tool (SetACL; see http://setacl.sourceforge.net), but I
would like to do this in the program myself.

Any help is appreciated.
 
Back
Top