H5F.unmount

Unmount file or group from mount point

Syntax

H5F.unmount(loc_id,name)

Description

H5F.unmount(loc_id,name) dissassociates the file or group specified by loc_id from the mount point specified by name. loc_id can be a file or group identifier.

See Also