makaveliuk
Programmer
I am running a file copy routine i.e. CreateFile(), then a ReadFile() -> WriteFile() loop, but I want to write a few strings to the top of the file before the loop, how do I write the contents of a CString to the file with WriteFile()?