codice:
string Path=@"C:\Programmi\\";

//A seconda di ciò che devi fare puoi usare la classe Directory
if(Directory.Exists(Path))
   MessageBox.Show(Path, "Info", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);