Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Cool Javelin on October 11, 2018, 07:28:03 pm

Title: Where is workspace list (and how to move it)
Post by: Cool Javelin on October 11, 2018, 07:28:03 pm
I am using C::B 16.01, and want to move the location of list of workspaces. (I know each project is stored with the source.)

#1, wheres the workspace list stored, and
#2, how do I move it to another location?

Thanks, Mark.
Title: Re: Where is workspace list (and how to move it)
Post by: oBFusCATed on October 11, 2018, 08:13:45 pm
Just move the files from the source to the destination folder using your favourite file manager.

If you're using relative paths everywhere then it would just work.
If you're not using relative paths then after the move you'll start using relative paths. 8)
Title: Re: Where is workspace list (and how to move it)
Post by: stahta01 on October 19, 2018, 02:27:43 am
Save-As Workspace ( File -> Save Workspace as )
Save-As Project ( File -> Save Project as )

Tim S.