using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace CS_tests { class Class1 { static void Main(string[] args) { string textRead; string path = @"driverData.txt"; if (File.Exists(path)) { textRead = File.ReadAllText(path); } for (int i = 0; i < testRead.Length; i++) { Console.WriteLine(testRead[i]); } string w = Console.ReadLine(); } } }