MgErr FSetPathType(path, type);
Changes the type of a path, which must be a valid path, to the specified type, relative or absolute.
Name | Type | Description |
---|---|---|
path | Path | Path whose type you want to change. |
type | int32 | New type you want the path to have. type can have the following values:
|
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 |
---|---|
noErr | No error. |
mgArgErr | 1 or invalid type. |