Link.exists
bool exists(hid_t locId, string name, hid_t lapl = H5P_DEFAULT)Checks if a link exists at the specified location.
Parameters
locId | Location identifier |
name | Name of the link to check |
lapl | Link access property list (default: H5P_DEFAULT) |
Returns
true if the link exists, false otherwise.
Throws
HDF5Exception if the check fails.