Beispiel #1
0
 public bool DirectoryExistsInGuest(string guestPathName)
 {
     return(_vm.DirectoryExistsInGuest(guestPathName));
 }