FPathCpy (LabVIEW Manager Function)

MgErr FPathCpy(dst, src);

Purpose

Duplicates the path specified by src and stores the resulting path in the existing path, dst.

Parameters

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.

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
noErrNo error.
mgArgErr1