Creating a new project folder

Just starting out? Need help? Post your questions and find answers here.
rfresh737
User
User
Posts: 19
Joined: Fri Aug 25, 2023 4:28 pm

Creating a new project folder

Post by rfresh737 »

I can't find any documentation statements that tell me if I have to manually create a project folder or if PB will do it? I cannot image why PB wouldn't want to do that but so far I have not seen it.
User avatar
spikey
Enthusiast
Enthusiast
Posts: 778
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Re: Creating a new project folder

Post by spikey »

A project in PB is an XML file, it can live in any folder. The IDE doesn't automatically create a folder because the folder structure isn't prescribed unlike other languages like Java. The "Save Project As" dialog does contain a "New Folder" button though when you click on the ellipsis button next to "Project File", if you haven't previously created one. (On Windows anyway, I don't know if this holds true for the other operating systems).
Post Reply