Link.move
void move(hid_t srcLoc, string srcName, hid_t dstLoc, string dstName,
hid_t lcpl = H5P_DEFAULT, hid_t lapl = H5P_DEFAULT)Moves a link to a new location.
Parameters
srcLoc | Source location identifier |
srcName | Current name of the link |
dstLoc | Destination location identifier |
dstName | New name for the link |
lcpl | Link creation property list (default: H5P_DEFAULT) |
lapl | Link access property list (default: H5P_DEFAULT) |
Throws
HDF5Exception if the move fails.