MgErr FAddPath(basePath, relPath, newPath);
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:
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. |
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 |
mFullErr | 2 |