I've created in C# a program which creates a directory and some files inside it.
How can I set (programmatically - if possible) the Full-Control right only for Administrator? The ideal case would be to inhibit the Write and Read rights for a non-administrator user (creating a "kind of hidden folder"), but it would also be enough for me to set only the Read right for a non-administrator user, stop.
I've tried to search in Stack Overflow, but nobody has written about the same problem. Inf act, everybody talks about "all users". Me no.