Protect a file by group
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
This may seem easy, but I swear I cannot find a simple answer. I have a directory which I plan to make readable by all, but writtable only by Admin group. I need, whne I create files, with code, protect those files from being written by any except Admin. I would also like to make it readable by only Admin and an Operators group if possible. Can someone give me a clue on what classes to use, and / or a pointer to a web site with an example. TIA