The H5G_MOVE procedure renames/moves an object within an HDF5 group or file.
H5G_MOVE, Loc_id, Src_Name, Dst_Name [, NEW_LOC_ID=value]
An integer giving the file or group identifier.
Original string name of the object.
New string name for the object.
An integer giving the destination file or group identifier. This keyword is only used when linking to an object in a different file or group.
See the example under H5F_CREATE.
6.2 |
Introduced |