H5Gmove

fnherr_t H5Gmove(hid_t loc_id, const char * src_name, const char * dst_name)

Renames a link (deprecated).

Use H5Lmove instead.

Parameters

loc_idLocation identifier
src_nameCurrent name of the link
dst_nameNew name for the link

Returns

Non-negative on success, negative on failure.