Wiki

The most recent version of this page is a draft.DiffThis 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!


Save Project

This takes in one argument(filePath) and allows the user to save a SigmaStudio project in the given filepath. Return type is a success/failure message in the form of list of strings.

API

list<string> SaveProject(1: string filePath)


Arguments

  1. filePath - The path along with the file name of the project where the given SigmaStudio project must be saved

Result

“Project Saved”

Error

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

resources/tools-software/sigmastudiov2/usingsigmastudio/scripting/saveproject.1592992716.txt.gz · Last modified: 24 Jun 2020 11:58 by Krithika Manchale