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
mountPoint | Path to the group where the file will be mounted |
childFile | The file to mount |
plist | Mount property list (default: H5P_DEFAULT) |
Throws
HDF5Exception if mounting fails