FPathToPath (LabVIEW Manager Function)
- Updated2025-01-28
- 1 minute(s) read
FPathToPath (LabVIEW Manager Function)
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 |