Forum: Poser Python Scripting


Subject: How do you avoid UAC problems writing to poser.AppLocation() subfolders ?

3dcheapskate opened this issue on Apr 23, 2020 ยท 38 posts


adp001 posted Sat, 25 April 2020 at 4:17 AM

For your script it would be the best to have a folder beneath USERPROFILE. Because it is not Poser and not DAZ specific. Nor does the config depend on a special version. And even if, a folder structure is possible:

[USERPROFILE]/[SCRIPTNAME]/[config|data]/[version]/*

Don't overcomplicate basically simple things :)