FAppPath (LabVIEW Manager Function)
- Updated2025-01-28
- 1 minute(s) read
FAppPath (LabVIEW Manager Function)
MgErr FAppPath(p);
Purpose
Indicates the path to the LabVIEW application currently running.
Parameters
Name | Type | Description |
---|---|---|
p | Path | Path in which FAppPath stores the path to the current application. p must already be an allocated 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 |
fIOErr | 6 |
fNotFound | 7 |