FEmptyPath (LabVIEW Manager Function)

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.