h5cp Copy an object Calling Sequence h5cp(srcobj [, srcloc], destobj [, destloc]) h5cp(srcobj [, srcloc], destfile, destloc) h5cp(srcfile, srcloc, destobj [, destloc]) h5cp(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 Copy an object to another place (same file or not). Before copying a newly created object, the file must be flushed. Examples See Also h5open h5mv h5rm h5flush History 5.5.0 HDF5 module introduced.