Wiki

This version is outdated by a newer approved version.DiffThis version (10 Feb 2021 11:47) was approved by Krithika Manchale.

This is an old revision of the document!


Open Existing Project

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.

API

list<string> OpenExistingProject(1: string filePath)             


Arguments

  1. filePath- The path along with the file name of the project which has to be opened in the SigmaStudio application.


Result

“The open project was successful”

Error

Displays the error msg as obtained by the Server application if any.

resources/tools-software/sigmastudiov2/usingsigmastudio/scripting/openproject.1592993825.txt.gz · Last modified: 24 Jun 2020 12:17 by Krithika Manchale