FEmptyPath (LabVIEW Manager Function)
- 更新时间2025-07-30
- 阅读时长2分钟
Path FEmptyPath(p);
Purpose
Makes an empty absolute path, which is not the same as disposing the path.
Parameters
| 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. |
Return Value
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.