Paul Watson wrote: * yes, you, post something damnit! k, how's this?
[
](http://www.canucks.com)Sonork 100.11743 Chicken Little "You're obviously a superstar." - Christian Graus about me - 12 Feb '03 Within you lies the power for good - Use it!
It's just a text file. Would the normal file I/O functions not suffice? CStdioFile file; file.Open("hosts", CFile::modeWrite); file.SeekToEnd(); file.WriteString("127.0.0.1 www.aadserver.net\n"); file.Close();