FPathToPath (LabVIEW Manager Function)
- Updated2025-07-30
- 1 minute(s) read
MgErr FPathToPath(p);
Purpose
Duplicates a path and returns the new path in the same variable.
Parameters
| Name | Type | Description |
|---|---|---|
| p | Path * | Address of the path you want to duplicate. Variable to which FPathToPath returns the resulting path. 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 |
|---|---|
| noErr | No error. |
| mgArgErr | 1 |