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
locId | Location identifier |
name | Name of the soft link |
lapl | Link 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.