FAppendName (LabVIEW Manager Function)
- 업데이트 날짜:2025-07-30
- 1분 (읽기 시간)
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 |