using System.IO; string Path = "C:\Some\folder\path\"; if (Directory.Exists(Path)) { Console.WriteLine("Directory " + Path + " Exists"); }