ponveni

ponveni

  • NA
  • 29
  • 17.5k

File Not Found

Apr 19 2012 1:08 AM
 

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.


Answers (3)