Macro WITH-INPUT-FROM-FILE Evaluate BODY with STREAM-NAME bound to an input-stream from file FILE-NAME.
Macro WITH-OUTPUT-TO-FILE Evaluate BODY with STREAM-NAME to an output stream on the file named FILE-NAME.
Function READ-STRING-FROM-FILE Return the contents of PATHNAME as a string.
Function WRITE-STRING-TO-FILE Write STRING to PATHNAME.