File.mount

void mount(string mountPoint, ref File childFile, hid_t plist = H5P_DEFAULT)

Mounts another HDF5 file at a specified location in this file.

File mounting allows you to create a virtual file hierarchy by attaching one file's root group to a group in another file.

Parameters

mountPointPath to the group where the file will be mounted
childFileThe file to mount
plistMount property list (default: H5P_DEFAULT)

Throws

HDF5Exception if mounting fails