ponveni
I am getting this error.
File not found.
StreamReader sreader = new StreamReader(@"c:\text.txt");
string strcontent = sreader.ReadToEnd();
How to check file available in the particular location.