Author Topic: Can I create a folder,not a virtual folder in my project?  (Read 11282 times)

Offline creator.sg

  • Single posting newcomer
  • *
  • Posts: 4
Can I create a folder,not a virtual folder in my project?
« on: October 20, 2009, 08:44:19 am »
I can range my project at Java project as follows : src: util , lang, and other folders;
I want to create a C/C++ project like this , src: there are several folders such as headers lang and util sources folders and img folders .
That its to say I should put my project source to different folders.
How can I do in Code::Blocks?
Thanks.

zabzonk

  • Guest
Re: Can I create a folder,not a virtual folder in my project?
« Reply #1 on: October 20, 2009, 02:12:03 pm »
Make sure that Project|Project Tree|Display Folders on disk is checked.  Then create the subfolders (I nornally do this outside of CB). Now when you do File|New navigate to the folder to add the file to, and the folders and files should show up in the Workspace window.