Is there any "change ACL" API

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

Guest

Is there any (managed or unmanaged) API that allows to change ACL of directories/files
Currently I use cacls.exe program, however I'd like to
implement more reliable/ellegant solution.

Thanks
Michał januszczyk
 
Is there any (managed or unmanaged) API that allows to change ACL of directories/files ?

There's currently no managed API. Unmanaged; SetNamedSecurityInfo or
SetFileSecurity.



Mattias
 

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

Back
Top