F
Fabian Härle
Hi,
if I write to a tet file via a System.IO.TextWriter the changes to the file
are not done before I close the file. Is there a possibility to always save
the file with every change?
The point is that I want to write to my log file even if my app crashes. As
the log file is not closed clearly in such a case, all my information is
gone.
Regards + thanx very much in advance
Fabian
if I write to a tet file via a System.IO.TextWriter the changes to the file
are not done before I close the file. Is there a possibility to always save
the file with every change?
The point is that I want to write to my log file even if my app crashes. As
the log file is not closed clearly in such a case, all my information is
gone.
Regards + thanx very much in advance
Fabian