Check if path is an HDF5 file

saf_getInfo_isHDFfile is a function defined in info.c.

Synopsis:

int saf_getInfo_isHDFfile(const SAF_PathInfo info)

Formal Arguments:

Description: This function returns true if the path queried with saf_getInfo_path is an HDF5 file. That is, if H5Fopen can succeed on it.

Parallel Notes: Independent semantics only

See Also: