FIsEmptyPath (LabVIEW Manager Function)

Bool32 FIsEmptyPath(path);

Purpose

Determines whether path is a valid empty path.

Parameters

Name Type Description
path Path Path you want to verify.

Return Value

Bool32, which can contain the following values.

Value Description
TRUEPath is well formed and empty and type is absolute or relative.
FALSEPath is not a valid empty path.