importprojects
Import projects to workspace.
Syntax
importprojects <path>
Import all the SDK projects from <path>
to workspace.
Returns
Nothing, if the projects are imported successfully. Error string, if project path is not specified or if the projects cannot be imported.
Example(s)
importprojects /tmp/wrk/wksp1/hello1
Import sdk project(s) into the current workspace.