FIsAPathOfType (LabVIEW Manager Function)

Bool32 FIsAPathOfType(path, ofType);

Purpose

Determines whether a path is a valid path of the specified type, relative or absolute.

Parameters

Name Type Description
path Path Path you want to compare to the specified type.
ofType int32 Type you want to compare to the path's type. ofType can have the following values:
  • fAbsPath—Compare the path's type to absolute.
  • fRelPath—Compare the path's type to relative.

Return Value

Bool32, which can contain the following values.

Value Description
TRUEPath is well formed and type is identical to ofType.
FALSEOtherwise.