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.
Object XSIApplication.CreateProject2( String in_ProjectPath ); |
XSIApplication.CreateProject2( ProjectPath ); |
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. |