3
Answers

File Not Found

Photo of ponveni

ponveni

13y
1.5k
1
 

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)