コード例 #1
0
 public void MoveDirectoryInGuest(string srcDirectoryPath, string dstDirectoryPath)
 {
     //throw new NotImplementedException();
     _vimService.MoveDirectoryInGuest(
         _morFileManager,             //VimLib.VimServiceReference.ManagedObjectReference _this,
         _morVM,                      //VimLib.VimServiceReference.ManagedObjectReference vm,
         _NamePasswordAuthentication, //VimLib.VimServiceReference.GuestAuthentication auth,
         srcDirectoryPath, dstDirectoryPath
         );
 }