File.open

File open(string filename, FileAccessMode mode = FileAccessMode.readOnly, hid_t fapl = H5P_DEFAULT)

Opens an existing HDF5 file.

Parameters

filenamePath to the file to open
modeAccess mode (readOnly or readWrite)
faplFile access property list (default: H5P_DEFAULT)

Returns

A new File instance

Throws

HDF5Exception if file opening fails