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
 
Back
Top