chickadee » scheme » close-input-port

close-input-port portprocedure
close-output-port portprocedure

Closes the file associated with port, rendering the port incapable of delivering or accepting characters. These routines have no effect if the file has already been closed. The value returned is unspecified.