Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello,
Is it possible to force Creo saving new files always to Working directory?
I have this problem:
I have assembly in working directory and have libraries with some parts (screws, nuts,.....) these directories are set in search.pro.
When I assemble some part from these directories the current file path will change too. It means that when I create new part and save
the dialog shows the last file path (path to the library). Sometimes I forget to click working directory and the part is saved to library.. . I would like to save to working dir.
How to deal with this?
Thanks.
Solved! Go to Solution.
Michal,
add the following option into config.pro file
file_open_default_folder working_directory
Martin Hanak
Michal,
add the following option into config.pro file
file_open_default_folder working_directory
Martin Hanak
Yes, this works..
Many Thanks