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
fileName | Name of the external file |
objName | Path to the object within the external file |
linkLoc | Location identifier where the link will be created |
linkName | Name of the new link |
lcpl | Link creation property list (default: H5P_DEFAULT) |
lapl | Link access property list (default: H5P_DEFAULT) |
Throws
HDF5Exception if link creation fails.