foreign-c-libraries/retropikzel/file-append
retropikzel 62ab966b7b File-append and download-file improvements 2026-07-16 09:57:12 +03:00
..
LICENSE Add file append library 2026-07-16 09:22:03 +03:00
README.md Add file append library 2026-07-16 09:22:03 +03:00
VERSION File-append and download-file improvements 2026-07-16 09:57:12 +03:00
test.scm Add file append library 2026-07-16 09:22:03 +03:00

README.md

Utilites for appending into files

(with-append-to-file string thunk)

Works similar to with-output-to-file except appends to the end of the file. Note that currently the write happens after the thunk finishes!