Pelles C forum

C language => Beginner questions => Topic started by: classiccoder85 on July 28, 2019, 08:14:14 PM

Title: brand new here, how do I create subfolders in pelles C?
Post by: classiccoder85 on July 28, 2019, 08:14:14 PM
How do I create subfolders in pelles C? I want to organize my code using more than just files.
Title: Re: brand new here, how do I create subfolders in pelles C?
Post by: frankie on July 28, 2019, 10:46:10 PM
Hello welcome on board.
The IDE has some limitations to keep simple files control, you can't have project files located in a directory above the project directory, but you can have all subdirectories you like.
Pelle said that maybe someday it will extend, but for now...
Anyway to use subdirectories simply open the project directory and create the subdirectories you want.
Now you can add to the project the files in subdirectories, create and edit them.