Link.delete_

void delete_(hid_t locId, string name, hid_t lapl = H5P_DEFAULT)

Deletes a link.

Note

This removes the link, not the object it points to. The object

will only be deleted when all links to it are removed.

Parameters

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

Throws

HDF5Exception if deletion fails.