h5mv Move an object Calling Sequence h5mv(srcobj [, srcloc], destobj [, destloc]) h5mv(srcobj [, srcloc], destfile, destloc) h5mv(srcfile, srcloc, destobj [, destloc]) h5mv(srcfile, srcloc, destfile, destloc) Arguments srcobj a H5Object destobj a H5Object srcloc a string giving the source location destloc a string giving the destination location srcfile a string the source filename destfile a string giving the destination filename Description 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. Examples See Also h5open h5cp h5rm h5flush History 5.5.0 HDF5 module introduced.