In my application I use an access database and the file itself and the containig folder should have 'write' permission for any user of the target machine. How can i set this permission programatically?
Printable View
In my application I use an access database and the file itself and the containig folder should have 'write' permission for any user of the target machine. How can i set this permission programatically?
No idea?
Your program can't set it, because it can only do things the user is allowed to.
If the user doesn't have write permissions on the folder, he surely doesn't have the 'change permissions' permission on that folder.
Normally only admins can set these permissions.