FAppendName (LabVIEW Manager Function)
- Updated2025-01-28
- 1 minute(s) read
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 |
---|---|
noErr | No error. |
mgArgErr | 1 |
mFullErr | 2 |