Link.exists

bool exists(hid_t locId, string name, hid_t lapl = H5P_DEFAULT)

Checks if a link exists at the specified location.

Parameters

locIdLocation identifier
nameName of the link to check
laplLink access property list (default: H5P_DEFAULT)

Returns

true if the link exists, false otherwise.

Throws

HDF5Exception if the check fails.