Forum: Poser - OFFICIAL


Subject: Posersystem backup

santolina-sailor opened this issue on Aug 07, 2010 ยท 8 posts


santolina-sailor posted Sun, 08 August 2010 at 3:19 AM

Quote - If you are on Poser 7 or higher, you may want to also copy your preference files.

Their location varies depending on your flavor of windows.

Easy way to find them is run this script (copy, save as PrefsLocation.py):

import poser
prefsPath = os.path.split(poser.PrefsLocation())[0]
print prefsPath

That was my next question ,thanks,how do I write all that--import poserprefsPath = os.path.split(poser.PrefsLocation())[0]print prefsPath--like this??

P