How can I set up a working directory? #798
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@ufsaa2022 The application creates temporary files in this folder until you save your project. Once saved, the application writes files to the project directory. Launch Mechanical using remote session as below here mechanical has property Please checkout this example. https://examples.mechanical.docs.pyansys.com/examples/technology_showcase/example_05_td_026.html#initialize-variable-for-workflow |
Beta Was this translation helpful? Give feedback.
@ufsaa2022 The application creates temporary files in this folder until you save your project. Once saved, the application writes files to the project directory. Launch Mechanical using remote session as below
here mechanical has property
project_directorywhich can be accessed withmechanical.project_directoryIf you want to change the temp folder you have to save the files in your desired folder.
Please checkout this example. https://examples.mechanical.docs.pyansys.com/examples/technology_showcase/example_05_td_026.html#initialize-variable-for-workflow