foreign-c-libraries/retropikzel/file-append
retropikzel fae4aef8c0 scsh: Uncomment some procedures that are in SRFI-170 2026-07-23 20:06:40 +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 scsh: Uncomment some procedures that are in SRFI-170 2026-07-23 20:06:40 +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!