Folder permissions

  • Thread starter Thread starter Kondapanaidu Gottipati
  • Start date Start date
K

Kondapanaidu Gottipati

Hi,

How to set File or folder permissons to all users while I am creating
the File in administrator.

Once I restatt my machine I login into the normal user.
There I dont have the permissions to write a content On that file.

Need to set the permissions to all users in C#.

Any body help?

Thanks in advance.

regards
 
Run cacls.exe using System.Diagnostics.Process.Start.

Willy.

|
|
| Hi,
|
| How to set File or folder permissons to all users while I am creating
| the File in administrator.
|
| Once I restatt my machine I login into the normal user.
| There I dont have the permissions to write a content On that file.
|
| Need to set the permissions to all users in C#.
|
| Any body help?
|
| Thanks in advance.
|
| regards
|
|
|
 
Back
Top