I have a service running as Local System. I'm creating some folders from the service. These folders are created which don't give people in the "Users" group in windows 7 write access.
How can I create these folders which grant everyone write access?
You can use the logic that I found in this example
I also found this article that has other examples
http://www.c-sharpcorner.com/uploadfile/babu_2082/adding-groups-user-names-and-permissions-for-a-directory-in-C-Sharp/