changin the rights on a file or a directory

  • Thread starter Thread starter Florent
  • Start date Start date
F

Florent

Hi all,

I'm trying to set rights on a file or a directory with a C# program. I have
tried with WMI, Win32 classes, etc, but I didn't manage to do it. Could
anyone help me? Does anyone have a website, a free sourcecode, a sample, or
anything that could help me changing access rights on a file ?

Thanks,

Florent
 
Hi,
I've already tried this, it only allows you to change the "write only" or
"hidden" attributes, you cant change the NTSecurityPermissions with this.

Thanks
 
Back
Top