H5Fis_accessible
fn
htri_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_name | Name of the file to check |
fapl_id | File access property list identifier, or H5P_DEFAULT |
Returns
Positive if the file is accessible, 0 if not, negative on failure.