Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: airc on March 15, 2014, 06:12:01 pm

Title: save project files to other location
Post by: airc on March 15, 2014, 06:12:01 pm
hi
i want to be able to save the current project with its file to other locations  (Except copy/past the project folder)
i couldn't find this option , i found only "save project as" which only save the project file (.cbp) ,  it  dosen't make a full copy .


Title: Re: save project files to other location
Post by: Jenna on March 15, 2014, 06:29:39 pm
There is no such option, except doing a save as with all files (one by one), but this is not really an option of course.

What do you want to achieve?
Title: Re: save project files to other location
Post by: airc on March 15, 2014, 08:39:15 pm
just want to be able to save as the whole project to another location . not only the project file (.cbp). i think such option would be usefull when you want to make another copy for the project .

Title: Re: save project files to other location
Post by: Jenna on March 15, 2014, 09:02:08 pm
If you want to reuse your project (as template for other projects) just use "File -> Save project as template" And reuse it with File -> New -> from template".
This does not only save the files, but all the project settings, like search dirs, libs etc.
Title: Re: save project files to other location
Post by: airc on March 16, 2014, 03:50:48 pm
thanks