SaveCopy Method
Installed With: Base Package
Class: Library Methods (ActiveX)
Saves a copy of the LabVIEW project library file.
Syntax
object.SaveCopy(destDir, [newName], [newLibPath])
Parameters
Name | Type | Description |
---|---|---|
destDir | String | Specifies the destination directory for the copy of the project library. |
newName | String | Specifies the name of the copy of the project library. |
newLibPath | String | Returns the path to the copy of the project library. |
Return Value
none