H5LTpath_valid
fn
htri_t H5LTpath_valid(hid_t loc_id, const char * path, hbool_t check_object_valid)Checks if a path is valid.
Determines whether a path exists relative to a given location and optionally whether the final component is a valid object.
Parameters
loc_id | Location identifier |
path | Path to check (relative to loc_id) |
check_object_valid | If true, also verify that the object at the end of the path is valid |
Returns
Positive if path is valid, zero if not valid, negative on error.