Short file path
Hello community!!! Is there a way to write a file's path in short? Currently I am writing like this
psspy.progress_output(2,r"C:\Project\Progress Output.txt",[4,0])
Hello community!!! Is there a way to write a file's path in short? Currently I am writing like this
psspy.progress_output(2,r"C:\Project\Progress Output.txt",[4,0])
I'm not sure what you want, but to write in the working directory use:
psspy.progress_output(2,r"Progress Output.txt",[4,0])
I tried that. Got "insufficient access rights" error and the whole progress output was redirected to the python terminal
I was using python through notepad++ therefore there was a problem with the path. Now it's solved. Tack för hjälpen Per Olof 😊