VirtualBox

Changeset 75382 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 9, 2018 10:32:23 PM (6 years ago)
Author:
vboxsync
Message:

Main,VBoxManage,FE/Qt: Extended the createSharedFolder and ISharedFolder methods with a mount poit parameter/attribute for use when auto-mounting. This is especially useful for Windows and OS/2 guests which operates with drive letters. The change has not yet trickled down to the guest interface and VBoxService. [build fix]

File:
1 edited

Legend:

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

    r75380 r75382  
    402402    else
    403403    {
    404         RTPrintf("Name: '%ls', Host path: '%ls' (%s), %s%s%",
     404        RTPrintf("Name: '%ls', Host path: '%ls' (%s), %s%s",
    405405                 name.raw(), hostPath.raw(), pszDesc, writable ? "writable" : "readonly", fAutoMount ? ", auto-mount" : "");
    406406        if (bstrAutoMountPoint.isNotEmpty())
Note: See TracChangeset for help on using the changeset viewer.

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