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


ironsoul posted Fri, 24 April 2020 at 1:23 AM

For Windows a folder created off appdata folder %APPDATA% is one thought. If you want the data to be accessible to eveyone there is the shared appdata folder too %ALLUSERSPROFILE%.
example.
mydatafolder = os.environ['APPDATA'].

I believe Macs have a similar concept but don't know the location.