Changeset 38400 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Aug 10, 2011 2:00:00 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73436
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r38395 r38400 940 940 { 941 941 BOOL fDirExists = FALSE; 942 #if 0 942 943 HRESULT hr = pContext->pGuest->DirectoryExists(Bstr(pszDir).raw(), 943 944 Bstr(pContext->pszUsername).raw(), … … 946 947 rc = ctrlPrintError(pContext->pGuest, COM_IIDOF(IGuest)); 947 948 else 949 #endif 948 950 *fExists = fDirExists ? true : false; 949 951 } … … 1592 1594 else 1593 1595 { 1596 #if 0 1594 1597 if ( (RT_SUCCESS(ctrlCopyDirExistsOnSource(pContext, pszSource, &fExists)) 1595 1598 && fExists) … … 1603 1606 Utf8Dest.c_str(), fFlags, NULL /* Subdir */); 1604 1607 } 1608 #else 1609 RTMsgError("Copying of guest directories to the host is not supported yet!\n"); 1610 vrc = VERR_NOT_IMPLEMENTED; 1611 #endif 1605 1612 } 1606 1613 }
Note:
See TracChangeset
for help on using the changeset viewer.