AppendToTextFile

Declaration: AppendToTextFile(FName, Text: string);
Appends the string Text to the text file FName. If the file FName does not exist, it is created automatically when AppendToTextFile is called the first time.