AppendTo( filename, obj1, obj2... )
AppendTo works like PrintTo (see PrintTo), except that the output does not overwrite the previous contents of the file, but is appended to the file.
AppendTo
PrintTo