chickadee » 9p » call-with-input-file

(call-with-input-file connection file procedure) procedure

Open file on the 9p connection connection and call procedure with an input-port that corresponds to the file. When the procedure finishes, the port is closed. Procedure should accept one argument, the input-port.