csharp file exist code example Example: c# check file exists if (File.Exists(@"D:\myfile.txt")) { Console.WriteLine("The file exists."); }