Link.getSoftLinkTarget

string getSoftLinkTarget(hid_t locId, string name, hid_t lapl = H5P_DEFAULT)

Gets the target path of a soft link as a string.

Parameters

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

Returns

The target path string.

Throws

HDF5Exception if getting the value fails or link is not a soft link.