1
General Software Discussion / Re: Script to set read+write permissions to folders for users based on foldername
« on: April 03, 2018, 03:46 PM »
questorfla,
You can change 'modify' to 'Read,Write' in the code to only grant read/write permissions. If you look under the Security tab for the folder, when you use modify in the code it gives the user additional permissions to Read & execute and list folder contents. If you use 'Read,Write', then only those permission are set; however, when you go to share the folder, the permissions are now set to custom with the option to change it to read/write or read. I imagine the custom setting is due to you modifying the permissions from the command line rather then through the GUI.
You can change 'modify' to 'Read,Write' in the code to only grant read/write permissions. If you look under the Security tab for the folder, when you use modify in the code it gives the user additional permissions to Read & execute and list folder contents. If you use 'Read,Write', then only those permission are set; however, when you go to share the folder, the permissions are now set to custom with the option to change it to read/write or read. I imagine the custom setting is due to you modifying the permissions from the command line rather then through the GUI.