If FileExists(CurrentDir + PathDelim + dataFN) Then Begin Try sgResults.LoadFromCSVFile(CurrentDir + PathDelim + dataFN); Finally End; End;
sgResults.SaveToCSVFile(CurrentDir + PathDelim + dataFN);