H5Fis_hdf5
fn
htri_t H5Fis_hdf5(const char * file_name)Determines whether a file is in the HDF5 format.
Parameters
file_name | Name of the file to check |
Returns
Positive if the file is HDF5, 0 if not, negative on failure.
Note
This function is deprecated in favor of H5Fis_accessible.