MgErr FAppendName(path, name);
Appends a file or directory name to an existing path.
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. |
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 |