if file exists delete folder in c# code example Example: c# delete file if exists if(File.Exists(@"C:\test.txt")) { File.Delete(@"C:\test.txt"); }