There's also the appending boolean value for a secondary parameter in StreamWriter

Code:
StreamWriter("File.txt", True)
True would tell it that append is acceptable as a boolean value (True) of course. Non tested, but from what I can remember it's as easy as that.