dm_hdf5_file_valid Function

public function dm_hdf5_file_valid(path) result(rc)

Uses

  • proc~~dm_hdf5_file_valid~~UsesGraph proc~dm_hdf5_file_valid dm_hdf5_file_valid module~dm_file dm_file proc~dm_hdf5_file_valid->module~dm_file module~dm_error dm_error module~dm_file->module~dm_error module~dm_kind dm_kind module~dm_file->module~dm_kind module~dm_error->module~dm_kind module~dm_ascii dm_ascii module~dm_error->module~dm_ascii iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env

Returns E_NONE if the given file is an HDF5 file, else the appropriate error code:

  • E_FORMAT if the file is not an HDF5 file.
  • E_NOT_FOUND if the file does not exist.
  • E_HDF5 if the HDF5 library call failed.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: path

File path.

Return Value integer


Calls

proc~~dm_hdf5_file_valid~~CallsGraph proc~dm_hdf5_file_valid dm_hdf5_file_valid h5fis_hdf5_f h5fis_hdf5_f proc~dm_hdf5_file_valid->h5fis_hdf5_f proc~dm_file_exists dm_file_exists proc~dm_hdf5_file_valid->proc~dm_file_exists