Write at the end of a file

Dec 10 2008 2:14 AM
I'm creating a login form that stores the user names, passwords and additional data in a file on my hard disk.
The problem is that that with each new login profile the contents of the file are overwritten.
i need the syntax for writing at the end of a file using StreamWriter (equivalent to ios::ate in c++).

Thanks,
hristo

Answers (3)