1 2 3 4 5 6
// using System.IO if(File.Exists(@"c:\test.ini")) { MessageBox.Show("File vorhanden"); }