How to set REadonly permission of a folder.

  • Thread starter Thread starter Shadab
  • Start date Start date
S

Shadab

Hi friends,
I want to set Readonly permission of folder through programming. i uses
SetFileSecurity but i am unable to set the same.
Any help would be appriciated.

Regards,
Shadab
 
Shadab said:
Hi friends,
I want to set Readonly permission of folder through programming. i
uses SetFileSecurity but i am unable to set the same.
Any help would be appriciated.

You want to change the access control list (i.e. give read permission to
someone, but not write or change or append or delete or ...)? Or do you
mean the readonly attribute?
 
Back
Top