Example #1
0
 public static bool DoesPathExist(string path)
 {
     return(ConfigurationSource.DoesPathExist(path));
 }