LabVIEWModule.GetVIAbsolutePath
- Updated2025-07-21
- 1 minute(s) read
LabVIEWModule.GetVIAbsolutePath
Syntax
LabVIEWModule.GetVIAbsolutePath( viAbsolutePath)
Return Value
Returns True if TestStand finds the file.
Purpose
Obtains the absolute path of the VI. If the module uses a LabVIEW project path, TestStand uses the URL the LabVIEWModule.VIPath property defines in conjunction with the LabVIEW project to determine the absolute path of the VI.
Parameters
viAbsolutePath As String
[Out] Returns the absolute path of the VI. If TestStand does not find the VI, this parameter returns an empty string.