The H5F_OPEN function opens an existing HDF5 file.
Result = H5F_OPEN(Filename [, /WRITE])
Returns the file identifier number. This identifier can be released with the H5F_CLOSE .
A string representing the name of the file to be accessed.
If set the file is open for both reading and writing. The default is to open the file in read_only mode.
5.6 |
Introduced |
6.2 |
Added WRITE keyword. |