add folder

if (!Directory.Exists(path))
{
  DirectoryInfo di = Directory.CreateDirectory(path);
}

Tags: