File exists

if (System.IO.File.Exists("c:\myfile.log"))
{
}