H5Gmove2

fnherr_t H5Gmove2(hid_t src_loc_id, const char * src_name, hid_t dst_loc_id, const char * dst_name)

Renames a link with separate source and destination locations (deprecated).

Use H5Lmove instead.

Parameters

src_loc_idSource location identifier
src_nameCurrent name of the link
dst_loc_idDestination location identifier
dst_nameNew name for the link

Returns

Non-negative on success, negative on failure.