Like writer but opens file for appending. Does not work on streams
that are already open.
(defn append-writer
"Like writer but opens file for appending. Does not work on streams
that are already open."
[x]
(binding [*append-to-writer* true]
(writer x)))
Comments top
No comments for append-writer. Log in to add a comment.