Returns amount of free space within a file in argument free_space
.
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. |
||
integer(kind=i8), | intent(out) | :: | free_space |
Free space in bytes. |