Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello
I have a question as catogory "how do this"
i discover i can open a fille with drag and drop when i use a fille my working directory is my documents
it is posible to set automaticaly working directory in same folder of that fille is?
i suposse as modify a parameter in config.pro but witch?
Thanks people
Solved! Go to Solution.
Also add the following option into config.pro file
file_open_default_folder working_directory
Martin Hanak
The default working directory is set in the "Start In" field for the Creo icon that you use to launch Creo. Right click on the icon you use to start Creo, select "Properties" and set the path there.
When you drag a file to Creo or double click it in Windows, I believe that Windows calls parametric.exe directly, it doesn't use a shortcut. Therefore there's no way to pre-set the working directory that I know of.
I'd avoid this method and always start Creo with a shortcut.
Also add the following option into config.pro file
file_open_default_folder working_directory
Martin Hanak
That worked perfect!
his solution still works ! Thanks
To understand Your Question:
You pick a part using drag and drop in creo - the Part opens in session- when you save it- it picks the same folder where you have drag aand drop it
(say if you had drag and drop from destop and it saves back on destop)
while you have a working directory as " my documents" and you want to save it "my documents" instead of "destop"
Your solution could be taking a backup
open Part- save as backup- Select " working directory" - click "Ok"
I hope this answer your QUestion