Previous Scientific Data Formats: Hierarchical Data Format - HDF5 Next

H5F_CLOSE

Syntax | Arguments | Keywords | Version History | See Also

The H5F_CLOSE procedure closes the specified file and releases resources used by it. After this routine is used, the file's identifier is no longer available.

Syntax

H5F_CLOSE, File_id

Arguments

File_id

An integer representing the file's identifier to be closed.

Keywords

None

Version History

5.6
Introduced

See Also

H5F_OPEN

  IDL Online Help (March 06, 2007)