Save
- Updated2025-07-30
- 1 minute(s) read
Saves the LabVIEW project to the path that the project was previously saved to or loaded from or to a specified path.
If the project has not been saved and the value of the path parameter is <Not A Path> or path is not specified, this method returns an error.
Syntax
object.Save(path)Parameters
| Name | Type | Description |
|---|---|---|
| path | String | Path to the project. |
Return Value
none