You can use System.IO.File class's static method Exists to check on runtime if a file exists or not?
if (System.IO.File.Exists("C:\\Test.txt"))
You can use System.IO.File class's static method Exists to check on runtime if a file exists or not?
if (System.IO.File.Exists("C:\\Test.txt"))
Join the conversation! Your thoughts help the community grow.