View Problem

Append to a 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 csharp
There are 16 other solutions in additional languages (clojure, cpp, erlang, fantom ...)