[ad_1]
if (!File.Exist(path to file))
{
MessageBox.Show("File Not Found");
}
else
//process code here
also need to add the using System.IO namespace
[ad_2]
solved Message if Path dont exists in C#?
[ad_1]
if (!File.Exist(path to file))
{
MessageBox.Show("File Not Found");
}
else
//process code here
also need to add the using System.IO namespace
[ad_2]
solved Message if Path dont exists in C#?