The function append-file
appends the contents of the file from to another file. The file from must exist.
append-file
opens from for input and to for output using if-exists :append
(see cl:open
in the Common Lisp HyperSpec) and copies the contents from from to to.
LispWorks User Guide and Reference Manual - 20 Sep 2017