Search code examples
modelicadymola

Avoid generating temporary files with .mos files together in Dymola


I set the working directory in Dymola:
enter image description here

But when I run a script, the temporary files are generated in the same directory as the .mos file, instead of the working directory in Dymola.
My question is :
How could I make the temporary files generated always in the working directory? enter image description here


Solution

  • The default behavior of Dymola is to change the working directory to the script directory when scripts are run. To prevent that, set the flag

    Advanced.ChangeToScriptDirectory=false;