Forum: Poser Python Scripting


Subject: How do I write to a file?

Anthony Appleyard opened this issue on Jul 17, 2021 ยท 9 posts


Anthony Appleyard posted Sat, 17 July 2021 at 10:43 AM

In a Poser Python script, please, how can I do these?

(1) Open a file named "zxcvbnm.txt"

(2) Write the text "The quick brown fox" to that file.

(3) Close that file.