FileHandle.close
void close()Closes the wrapped operating-system file handle.
Closing an invalid or already-closed handle is ignored. Errors reported by the underlying platform close operation are intentionally discarded, making this method suitable for finally close() cleanup.
Generated with campc 0.11.0-preview.1.