Netherworks opened this issue on Apr 05, 2010 ยท 42 posts
Netherworks posted Thu, 08 April 2010 at 2:01 PM
Okay, that also works :)
Okay mac folks, does this test script work for you? (It should open the folder where your poser preferences reside):
# open directory test<br></br>
import poser<br></br>
import subprocess<br></br>
import os<br></br><br></br>
path = os.path.abspath(poser.PrefsLocation())<br></br>
subprocess.Popen(['finder',path])<br></br><br></br>
If I use 'explorer',path here it works on windows since explorer.exe is a running process.
.