FAppendName (LabVIEW Manager Function)

MgErr FAppendName(path, name);

Purpose

Appends a file or directory name to an existing path.

Parameters

Name Type Description
path Path Base path to which you want to append a new file or directory name. FAppendName returns the resulting path in this parameter.
name PStr File or directory name you want to append to the existing path.

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
mFullErr2