3
Answers

File Not Found

ponveni

ponveni

12y
1.2k
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)