Pelles C forum

Pelles C => General discussions => Topic started by: ts on August 29, 2010, 11:58:43 AM

Title: How do I change the project default directory?
Post by: ts on August 29, 2010, 11:58:43 AM
Hello everyone,

I am new here. I am working with Pelles C now for maybe a year and now have a somewhat strange question (for which I did not find the answer yet in documentation or the search in this forum or the wiki):

After installation, Pelles C stores new projects in a certain directory (my files\my pelles C projects\... I believe). No I want to change this directory to somewhere completely different (other drive:\sources\c\...)

The IDE GUI itself does not offer this service. So: where is the name of the default source directory stored? How can I change it? (Must be possible - the IDE and compiler are professional enough that I do not think it is hardcoded somewhere in a binary...)

Regards and thanks for any help!

Torsten
Title: Re: How do I change the project default directory?
Post by: TimoVJL on August 29, 2010, 12:29:56 PM
It is the 'ProjectDir' key in register or in xml-file if use commandline option -xml
Create new project and browse another folder to change it