StreamWriter file = new StreamWriter("payments.Text", true); file.WriteLine(yazılacak string); file.Close();