Creating a new project folder
Creating a new project folder
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.
Re: Creating a new project folder
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).

