NO

Author Topic: How do I change the project default directory?  (Read 2603 times)

ts

  • Guest
How do I change the project default directory?
« 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

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: How do I change the project default directory?
« Reply #1 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
« Last Edit: August 29, 2010, 12:31:43 PM by timovjl »
May the source be with you