dm_hdf5_file_path Function

public function dm_hdf5_file_path(file, path, n) result(rc)

Returns file path of given HDF5 file in path. The argument path must be large enough to hold the full path. The actual length is returned in optional argument n.

The function returns the following error codes:

  • E_INVALID if the passed HDF5 file is not opened.
  • E_HDF5 if the HDF5 library call failed.

Arguments

Type IntentOptional Attributes Name
type(hdf5_file_type), intent(inout) :: file

HDF5 file type.

character(len=*), intent(inout) :: path

Path of HDF5 file.

integer, intent(out), optional :: n

Path length.

Return Value integer


Calls

proc~~dm_hdf5_file_path~~CallsGraph proc~dm_hdf5_file_path dm_hdf5_file_path h5fget_name_f h5fget_name_f proc~dm_hdf5_file_path->h5fget_name_f