Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I don't want creo to add files into my documents folder, how can I change the default location for the working directory or where creo puts the trail files that it creates?
Solved! Go to Solution.
Right-click the shortcut you use to start Creo and change path in the "Start in" field to some other folder (e.g. C:\PTC\Creo\Config or something like that). That way Creo will treat that folder as a startup location. Keep in mind that if you have made any modifications to your Creo configuration (like adding additional options in Configuration Editor) they have been saved to config.pro file in Documents directory, so you should move the config.pro file from Documents directory to that new startup folder, otherwise Creo will not load them during startup.
As for trail files you can add trail_dir option to config.pro file (or through Configuration Editor in Creo Options) and set new folder path for that option. That way any new trail files will be created in specified directory instead of default startup directory.
Right-click the shortcut you use to start Creo and change path in the "Start in" field to some other folder (e.g. C:\PTC\Creo\Config or something like that). That way Creo will treat that folder as a startup location. Keep in mind that if you have made any modifications to your Creo configuration (like adding additional options in Configuration Editor) they have been saved to config.pro file in Documents directory, so you should move the config.pro file from Documents directory to that new startup folder, otherwise Creo will not load them during startup.
As for trail files you can add trail_dir option to config.pro file (or through Configuration Editor in Creo Options) and set new folder path for that option. That way any new trail files will be created in specified directory instead of default startup directory.
Keith,
also add the following option into your config.pro file
file_open_default_folder working_directory
Martin Hanak
Thank you both for your help.
Martin,
I am unable to find a config.pro file on my computer. Where would it be located and if it is not there then how is it created?
Thank you.
Keith,
You can also use Windows Search to locate config.pro.
Martin Hanak