Beispiel #1
0
 public bool DirectoryExists(string fullName)
 {
     return(_accessor.DirectoryExists(fullName));
 }