The H5F_OPEN function opens an existing HDF5 file.
Result = H5F_OPEN(Filename)
Returns an integer representing the file identifier number. This identifier can be released with the H5F_CLOSE.
A string representing the name of the file to be accessed.
None.
Introduced 5.6