uncheck inherit permissions checkbox on security-tab

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.
 
S

Shiva

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top