Path FNotAPath(p);
Creates a path that is the canonical invalid path.
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. |
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.