M
m
Hi All
I have an C++ application which writes to a log file.
I tried to do a copy of the log file.
The original log file has 20 lines, however when I copy (while the
program that feeds the log file file is still running) I find in the
copied file has only 18 lines.
Note: I can open the log file in Notepad only while the program that
feeds the log file is running. If I open in Wordpad it gives me
sharing violation.
I want all the 20 lines in the copied file as well, what can I do.
Please let me know.
Thanks
M
I have an C++ application which writes to a log file.
I tried to do a copy of the log file.
The original log file has 20 lines, however when I copy (while the
program that feeds the log file file is still running) I find in the
copied file has only 18 lines.
Note: I can open the log file in Notepad only while the program that
feeds the log file is running. If I open in Wordpad it gives me
sharing violation.
I want all the 20 lines in the copied file as well, what can I do.
Please let me know.
Thanks
M