h5lnLink an object to another oneCalling Sequence
h5ln(obj, linkname, destobj [, hard])
h5ln(obj, linkname, destname [, hard])
h5ln(obj, linkname, destfile, destname)
h5ln(filename, location, linkname, destname [, hard])
h5ln(filename, location, linkname, destfile, destname)
Argumentsobja H5Objectlinknamea string giving the link namedestobja H5Objectdestfilea string giving the destination filenameharda booleanfilenamea string giving the filenamelocationa string giving the location in the fileDescriptionCreate a hard, soft or external link. When destfile is given, it is always an external link. By default hard is set to false, so by default a soft link is created.Soft links can be created even if the target does not exist.ExamplesSee Also
h5open
History5.5.0HDF5 module introduced.