h5mvMove an objectCalling Sequence
h5mv(srcobj [, srcloc], destobj [, destloc])
h5mv(srcobj [, srcloc], destfile, destloc)
h5mv(srcfile, srcloc, destobj [, destloc])
h5mv(srcfile, srcloc, destfile, destloc)
Argumentssrcobja H5Objectdestobja H5Objectsrcloca string giving the source locationdestloca string giving the destination locationsrcfilea string the source filenamedestfilea string giving the destination filenameDescription
Move an object to another place (same file or not). This command is equivalent to h5cp followed by h5rm.
Before moving a newly created object, the file must be flushed.ExamplesSee Also
h5open
h5cp
h5rm
h5flush
History5.5.0HDF5 module introduced.