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.| Type | Intent | Optional | 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. |