Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys

I Want To Know How Can I Make Folder And Gave It Full Admin Access
Posted

1 solution

I was about writing how to set proper access (you can see it here, anyway: http://msdn.microsoft.com/en-us/library/system.io.directory.setaccesscontrol.aspx[^]), but later realized: when you make a directory, it will give 100% access to the admin anyway.

You can use access API to limit access. :-) To learn it, start here:
http://msdn.microsoft.com/en-us/library/system.security.accesscontrol.directorysecurity.aspx[^].

And here is how you create it: http://msdn.microsoft.com/en-us/library/54a0at6s.aspx[^].

Good luck,
—SA
 
Share this answer
 
Comments
Espen Harlinn 28-Nov-12 18:14pm    
Nice links :-D
Sergey Alexandrovich Kryukov 28-Nov-12 19:31pm    
Thank you, Espen.
--SA
Ahmed Emad Mohamed 29-Nov-12 17:38pm    
Thanks This Solution Help me
Sergey Alexandrovich Kryukov 29-Nov-12 17:48pm    
Great.
You are welcome.
Good luck, call again.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900