H5F.close

Close HDF5 file

Syntax

H5F.close(file_id)

Description

H5F.close(file_id) terminates access to HDF5 file identified by file_id, flushing all data to storage.

See Also