Would like to place an executable C++ program in the startup folder that will modify folder permissions of the current user. Assuming the user is called 'John', and the folder with permissions to be modified is called 'Reports', how is this done?
For example, once John logs in, how can I modify the permissions of the Reports folder to Allow "Full Control" or Deny "List Folder Contents" through the program code? Thanks for any help!
For example, once John logs in, how can I modify the permissions of the Reports folder to Allow "Full Control" or Deny "List Folder Contents" through the program code? Thanks for any help!