VirtualBox

Ignore:
Timestamp:
Aug 10, 2011 2:00:00 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73436
Message:

GuestCtrl: Disable copying directories from guest -> host, reverted API interface change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r38395 r38400  
    940940    {
    941941        BOOL fDirExists = FALSE;
     942#if 0
    942943        HRESULT hr = pContext->pGuest->DirectoryExists(Bstr(pszDir).raw(),
    943944                                                       Bstr(pContext->pszUsername).raw(),
     
    946947            rc = ctrlPrintError(pContext->pGuest, COM_IIDOF(IGuest));
    947948        else
     949#endif
    948950            *fExists = fDirExists ? true : false;
    949951    }
     
    15921594                else
    15931595                {
     1596#if 0
    15941597                    if (   (RT_SUCCESS(ctrlCopyDirExistsOnSource(pContext, pszSource, &fExists))
    15951598                            && fExists)
     
    16031606                                                  Utf8Dest.c_str(), fFlags, NULL /* Subdir */);
    16041607                    }
     1608#else
     1609                    RTMsgError("Copying of guest directories to the host is not supported yet!\n");
     1610                    vrc = VERR_NOT_IMPLEMENTED;
     1611#endif
    16051612                }
    16061613            }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette