Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

H5F_OPEN


Syntax | Return Value | Arguments | Keywords | Version History | See Also

The H5F_OPEN function opens an existing HDF5 file.

Syntax

Result = H5F_OPEN(Filename)

Return Value

Returns an integer representing the file identifier number. This identifier can be released with the H5F_CLOSE.

Arguments

Filename

A string representing the name of the file to be accessed.

Keywords

None.

Version History

Introduced 5.6

See Also

H5F_CLOSE, H5F_IS_HDF5


Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]