Copy a link from one location to another
H5Lcopy(h5loc, name, h5loc_dest, name_dest, lcpl = NULL, lapl = NULL)An object of class H5IdComponent representing a H5 location identifier (file or group) where the new link is placed.
The name of the link to be copied.
An object of class H5IdComponent representing the destination file or group where a copied or moved link should be created.
The name of the link to be created when copying or moving.
Link creation and link access property lists. If left as
NULL the HDF5 defaults will be used.