H5Fopen
fn
hid_t H5Fopen(const char * filename, uint flags, hid_t fapl_id)Opens an existing HDF5 file.
Parameters
filename | Name of the file to open |
flags | File access flags (H5F_ACC.RDONLY or H5F_ACC.RDWR) |
fapl_id | File access property list identifier, or H5P_DEFAULT |
Returns
A file identifier on success, or H5I_INVALID_HID on failure.