Skip to main content

Create project

Creates a project file at the selected path

Function CreateProject(Val Path) Export

ParameterCLI optionTypeRequiredDescription
Path--pathStringProject filepath

Returns: Structure Of KeyAndValue - Creating result


    melezh  CreateProject \
--path "/proj.melezh"
Result
{
"result": true,
"message": "The project file has been successfully created!",
"path": "/proj.melezh"
}