Hi, I was wondering how I could change the default TextWriter output directory. I see I can give a file name and write relative to the current default output but I don’t how to change the output directory. Thanks!
Dear @Sam_username ,
you can simply provide an absolute path to the file_name
parameter of the TextWriter
module, this should do the trick.
Cheers
Paul