FNotAPath (LabVIEW Manager Function)
- Updated2025-07-30
- 1 minute(s) read
Path FNotAPath(p);
Purpose
Creates a path that is the canonical invalid path.
Parameters
| Name | Type | Description |
|---|---|---|
| p | Path | Path allocated by FNotAPath. If NULL, FNotAPath allocates a new canonical invalid path and returns the value. If p is a path, FNotAPath sets the existing path to the canonical invalid path and returns the new p. |
Return Value
The resulting path. If p is not NULL, the return value is the same canonical invalid path as p. If an error occurs, this function returns NULL.