This is an old revision of the document!
This takes in one argument(filePath) and allows the user to open a SigmaStudio project in the given filepath. Return type is a success/failure message in the form of list of strings.
list<string> OpenExistingProject(1: string filePath)
“The open project was successful”
Displays the error msg as obtained by the Server application if any.