View Problem

Append to a file

ExpandDiskEdit
clojure
(with-out-append-writer "output.txt" (println "This is appended to the file"))
DiskEdit
csharp .Net 2.0 or later
System.IO.File.AppendAllText("filename.txt", "Some text to append to the file");

Submit a new solution for clojure or csharp
There are 15 other solutions in additional languages (cpp, erlang, fantom, fsharp ...)