XSIApplication.CreateProject2

Description

Creates a new project and all related files and folders on disk. This method is similar to XSIApplication.CreateProject but specific to the Python language.

C# Syntax

Object XSIApplication.CreateProject2( String in_ProjectPath );

Scripting Syntax

XSIApplication.CreateProject2( ProjectPath );

Parameters

Parameter Type Description
ProjectPath String Full path name of the folder that will contain the project folders and files. The project will be named after the leaf directory of the provided path. If a relative file path is specified, the current directory will be used.

See Also

XSIApplication.ActiveProject2