Forum: Poser Python Scripting


Subject: Accessing Poser Files Directly

JimX opened this issue on Jun 11, 2023 ยท 12 posts


JimX posted Sun, 11 June 2023 at 10:38 AM

I am in Poser, with a particular file selected:

Is there any way to get the path of that file so that I can open tit in a Python script directly, without having to use anything like the FileDialogChooser?

Similarly, with a library chosen like:


Is there any way to open that folder directly (so I can write a file into it), without having to use anything like the FileDirChooser?