FIsAPathOrNotAPath (LabVIEW Manager Function)

Bool32 FIsAPathOrNotAPath(path);

Purpose

Determines whether path is a valid path or the canonical invalid 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 type is absolute, relative, or <Not a Path>.
FALSEPath is not valid.