LabVIEWModule.GetVIAbsolutePath

Syntax

LabVIEWModule.GetVIAbsolutePath( viAbsolutePath)

Return Value

Boolean

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.

See Also

LabVIEWModule.ProjectPath

LabVIEWModule.VIPath