Requires: Base Development System
Class: Library Methods (ActiveX)
Saves a copy of the project library and all items within the project library that is readable by LabVIEW 8.0 and later. This method is similar to the LabVIEW Version section on the Save for Previous Version dialog box.
Note The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine. |
object.SaveForPrevious(Path, [Version])
Name | Type | Description |
---|---|---|
Path | path | Path to the directory where you want to save the LabVIEW project library. |
Version | string | Version of LabVIEW for which you want to save. Wire the version number, such as 8.6 or 2009, to the Target Version input. The default is the immediately previous version. |
none