Published
- 1 min read
c# file exist
The solution for this is noted below
c# file exist
Solution
if (File.Exists("file.exe"))
{
//file exist
} else {
//does not exist
}
Try other methods by searching on the site. That is if this doesn’t work