Ezra
Veteran Member
Forgiveness is between them and God
Posts: 1960 Reputation: 31
37 / /
Joined: Mar 2003
|
RE: c# Read text file
What he said but in code
c# code: String[] lines = File.ReadAllLines("C:\\thepath.txt");
Char thing = lines[lines.Length - 2][lines[lines.Length - 2].Length - 1];
|
|