chickadee » byte-sequence » byte-sequence->file

byte-sequence->file FILENAME BYTE-SEQUENCE #!optional MODEprocedure

Writes the given byte-sequence to the file named by FILENAME.

MODE is an optional argument that is passed to call-with-output-file, so #:append can be used to append to an existing file.