Previous Scientific Data Formats: Hierarchical Data Format - HDF5 Next

H5F_IS_HDF5

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

The H5F_IS_HDF5 function determines if a file is in the HDF5 format.

Syntax

Result = H5F_IS_HDF5(Filename)

Return Value

Returns 1 if the file is in the HDF5 format, 0 if otherwise.

Arguments

Filename

A string representing the name of the files to be checked.

Keywords

None

Version History

5.6
Introduced

See Also

H5F_OPEN

  IDL Online Help (March 06, 2007)