Link.createExternal

void createExternal(string fileName, string objName, hid_t linkLoc, string linkName, hid_t lcpl = H5P_DEFAULT, hid_t lapl = H5P_DEFAULT)

Creates an external link to an object in another file.

An external link references an object in a different HDF5 file.

Parameters

fileNameName of the external file
objNamePath to the object within the external file
linkLocLocation identifier where the link will be created
linkNameName of the new link
lcplLink creation property list (default: H5P_DEFAULT)
laplLink access property list (default: H5P_DEFAULT)

Throws

HDF5Exception if link creation fails.