Contents

close()

Deletes a file descriptor.

Declaration

func close() throws

Mentioned in

Discussion

Deletes the file descriptor from the per-process object reference table. If this is the last reference to the underlying object, the object will be deactivated.

The corresponding C function is close.

See Also

Closing a File