FGetPathType (LabVIEW Manager Function)

MgErr FGetPathType(path, typePtr)

Purpose

Returns the type, relative, absolute, or <Not a Path>, of a path.

Parameters

Name Type Description
path Path Path whose type you want to determine.
typePtr int32 * Address at which FGetPathType stores the type. *typePtr can have the following values:
  • fAbsPath—The path is absolute.
  • fRelPath—The path is relative.
  • fNotAPath—The path is the canonical invalid path or an error occurred.
This parameter is a pointer.

Return Value

MgErr, which can contain the following errors. If you receive errors from LabVIEW Manager functions, most error names correspond to LabVIEW error codes.

Value Corresponding Error Code or Description
noErrNo error.
mgArgErr1