E57 Foundation API v1.1.312
Aug. 10, 2011
|
Stop I/O operations and delete a partially written ImageFile on the disk. If the ImageFile is write mode, the associated file on the disk is closed and deleted, and the ImageFile goes to the closed state. If the ImageFile is read mode, the behavior is same as calling ImageFile::close, but no exceptions are thrown. It is not an error if ImageFile is already closed.
|