|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
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.
IDL Online Help (March 06, 2007)