Groups

HDF5.open_groupFunction
open_group(parent::Union{File,Group}, path::AbstractString; properties...)

Open an existing Group at path under the parent object.

Optional keyword arguments include any keywords that that belong to GroupAccessProperties.

source
HDF5.create_externalFunction
create_external(source::Union{HDF5.File, HDF5.Group}, source_relpath, target_filename, target_path;
                lcpl_id=HDF5.API.H5P_DEFAULT, lapl_id=HDF5.H5P.DEFAULT)

Create an external link such that source[source_relpath] points to target_path within the file with path target_filename.

See also

API.h5l_create_external

source