Well it seems that the "revoke" command is illegal, so I removed that line and just ran with...
The log reports...Code:Folder.SetPermissions(foldername, "Authenticated Users", "Grant", "Full", true);
icacls.exe foldername /T /grant User:F /Q
Regardles of whether I set for Modify or Full, it only sets "Special permissions" which are of no use to me. Dunno what the "/Q" at the end is.

Reply With Quote

