FAddPath (LabVIEW Manager Function)

MgErr FAddPath(basePath, relPath, newPath);

Purpose

Creates an absolute path by appending a relative path to an absolute path. You can pass the same path variable for the new path that you use for basePath or relPath. Therefore, you can call this function in the following three ways:

Parameters

Name Type Description
basePath Path Absolute path to which you want to append a relative path.
relPath Path Relative path you want to append to the existing base path.
newPath Path Path returned by FAddPath.

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