How can you check if a feli exists?
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")) Türkçe'si için tiklayin.
if (System.IO.File.Exists("C:\\Test.txt"))
Türkçe'si için tiklayin.