Short Name: Save As
Requires: Base Development System
Class: Project Methods
To Use: Create a method.
Allows a LabVIEW project to be saved as a different name or to a different location. This method also enables the save operation to copy all of the contents of the project to the new location. If you do not wire data to Items to copy, LabVIEW copies everything to the new location. Otherwise, LabVIEW copies only the items you specify.
Data type | Name | Required | Description |
---|---|---|---|
Path | Yes | Path to the project. | |
Copy contents? | No | Specifies whether to copy all of the contents of the project to the new location. | |
Items to copy | No | Specifies the items to copy to the new location. |
The following table lists the characteristics of this method.
Data type | No return value |
Available in Run-Time Engine | No |
Available in Real-Time Operating System | No |
Settable when the VI is running | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access allowed | Yes |