FSetPathType (LabVIEW Manager Function)
- Aktualisiert2025-07-30
- 1 Minute(n) Lesezeit
MgErr FSetPathType(path, type);
Purpose
Changes the type of a path, which must be a valid path, to the specified type, relative or absolute.
Parameters
| 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:
|
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 |
|---|---|
| noErr | No error. |
| mgArgErr | 1 or invalid type. |