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.
 

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