MgErr FAppPath(p);
Indicates the path to the LabVIEW application currently running.
Name | Type | Description |
---|---|---|
p | Path | Path in which FAppPath stores the path to the current application. p must already be an allocated 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 |
fIOErr | 6 |
fNotFound | 7 |