Package: alexandria

Macro with-input-from-file

Lambda List

with-input-from-file ((stream-name file-name &rest args &key direction &allow-other-keys) &body body)

Details

Evaluate BODY with STREAM-NAME to an input stream on the file FILE-NAME. ARGS is sent as is to the call to OPEN except EXTERNAL-FORMAT,which is only sent to WITH-OPEN-FILE when it's not NIL.