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