LabVIEWAdapter.FileExistsInLLB

Syntax

LabVIEWAdapter.FileExistsInLLB( path)

Return Value

Boolean

Purpose

Returns a value that indicates whether the given file exists in an LLB file.

Remarks

The Engine.FindFileEx method does not search LLB files. Use this method whenever Engine.FindFileEx fails to find a VI.

Parameters

path As String

[In] Specifies a string containing the absolute pathname of the VI in the LLB file.

See Also

Engine.FindFileEx