Hello PluginCafe! :)
Is it possible to request UAC from python plugin to write/generate/download files into C4D's main plugins directory?
I know that this is possible without admin access in C4D's preferences folder, but this is not exactly what I need.
I'm trying to write a plugin which will be capable of downloading updates from the internet and replace itself with the new one.
I also need to use os.mkdir functions to create new dirs in the res folder.
On Pc as well as on Mac.
Traceback (most recent call last):
File "'test plugin.pyp'", line 6, in <module>
WindowsError: [Error 5] Access is denied: 'C:\\Program Files\\MAXON\\CINEMA 4D R18\\plugins\\Test 1 (Simple)\\New Folder'