3
Reply

Write at the end of a file

Ask a question
Aleksandar Hristovski

Aleksandar Hristovski

15 years ago
2.4k
1
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)