I tried the below one
string path=txtPath.Text;
bool isExists=File.Exists(path);
it is working fine in my local system but when i am sharing with network it is returning fals
can you please suggest me what is the best way to validate path will work in all cases
thank you
Sivakumar KonetiPosted Aug 12, 2019, 3:02 AM
Bidyasagar MishraPosted Aug 12, 2019, 3:00 AM
Sonu GuptaPosted Aug 12, 2019, 2:55 AM
Jaish MathewsPosted Aug 11, 2019, 3:09 AM
Amit GuptaPosted Aug 11, 2019, 2:27 AM