SaveToFile

Declaration: TStringList.SaveToFile(const FileName: string);
Saves the strings in the list to the file specified by the pararmeter FileName. Each string in the list is written to a separate line in the file.