H5Fis_accessible

fnhtri_t H5Fis_accessible(const char * container_name, hid_t fapl_id)

Checks if a file can be opened with a given file access property list.

Parameters

container_nameName of the file to check
fapl_idFile access property list identifier, or H5P_DEFAULT

Returns

Positive if the file is accessible, 0 if not, negative on failure.