Topic: Creating a log file

Hi,
I want to log new records of a special kind i a log file.
The file exists, so new log entry's is to be added to the end of the file.

Is there a way to do this,

Regards
Hedan

Re: Creating a log file

Hello!
You can use FileExists() and WriteLnToFile(,) functions.
More info there http://docwiki.embarcadero.com/CodeExam … s_(Delphi). Our code like FMX version

Re: Creating a log file

Hi,
Thank you very much! I think that will work

Regards
Hedan