NTFS security

  • Thread starter Thread starter Niels
  • Start date Start date
N

Niels

can I manipulate NTFS file security from C#, eg. set full
access for a user ?. If Yes, how.

regards/Niels
 
Use cacls command - run it from System.Diagnostic.Process.Start..... and pass any params that u want.
This is the simplest way.
 
Back
Top