MgErr FPathCpy(dst, src);
Duplicates the path specified by src and stores the resulting path in the existing path, dst.
| Name | Type | Description |
|---|---|---|
| dst | Path | Path where FPathCpy places the resulting duplicate path. This path must already have been created. |
| src | Path | Path you want to duplicate. |
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 |