string path = "abc\\\\ab.txt"; string[] memo = System.IO.File.ReadAllLines(path); int totalLines = textBox