How to set/change file permissions on NTFS folder on Win2000
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Using MSDN documentation I can do it with functions SetFileSecurity or SetNamedSecurityInfo but for the folder these permissions do not visible in 'securyty' property sheet of IE(right mouse click on folder->properties). Inspite of this they work fine. How to make them visible there ? I found VBasic example HOWTO: Set Security on a NTFS Folder Programmatically. There they set permissions 'for the folder' and for the files... Some one face such a problem. Appreciate any information.:zzz: