Path FEmptyPath(p);
Makes an empty absolute path, which is not the same as disposing the path.
Name | Type | Description |
---|---|---|
p | Path | Path allocated by FEmptyPath. If NULL, FEmptyPath allocates a new path and returns the value. If p is a path, FEmptyPath sets the existing path to an empty path and returns the new p. |
The resulting path; if p was not NULL, the return value is the same empty absolute path as p. If an error occurs, this function returns NULL.