win32 API write file() to append text

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
hi
im writing an application where error messages are written into a text file.
text file is created using win32API  createfile() function.
after that everytime an error occurs the message is written into the text file with writefile() API.
but whenever a new message is written the old text in the file is getting overwritten.
 
i want to append the new message at the end of the  text already in the file.
 
can anyone help.
 
thanks in advance

View the full article
 

Similar threads

T
Replies
0
Views
574
This_display_name_is_already_in_use_They_all_are
T
Back
Top