I have a small vb.net app that creates a set of project directories and preloads them with some common forms. It has come to the point where I need to limit permissions on the root folder, but open permissions on the sub folders - like this:
G:\ Drive - Everyone = Read & Execute
>>Root Folder - Everyone = Read & Execute
>>>>Subfolder1 - Everone = Full Permissions
>>>>Subfolder2 - Everone = Full Permissions
I'm hoping someone can show me how to do this with my limited programming skills in VB.NET as my attempts have failed.
Thanks!
G:\ Drive - Everyone = Read & Execute
>>Root Folder - Everyone = Read & Execute
>>>>Subfolder1 - Everone = Full Permissions
>>>>Subfolder2 - Everone = Full Permissions
I'm hoping someone can show me how to do this with my limited programming skills in VB.NET as my attempts have failed.
Thanks!