ArcGIS Pro 2.9 API Reference Guide
ProjectCreateInFolder Property

ArcGIS.Desktop.Core Namespace > GeneralOptions Class : ProjectCreateInFolder Property
Gets and sets whether to store the project file, project geodatabase, and project toolbox in a folder named for the project.
Syntax
public bool ProjectCreateInFolder {get; set;}
Public Property ProjectCreateInFolder As Boolean
Remarks
If ProjectCreateInFolder is set to true (the default), then a subfolder named for the project will be created (within whatever is the location being used for the new project). If ProjectCreateInFolder is set to false then project default files are stored in the default project location without organizing them into their own folder.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

GeneralOptions Class
GeneralOptions Members