VirtualBox

Ignore:
Timestamp:
Jun 1, 2007 1:47:51 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21692
Message:

Main:

  • XPCOM: Implemented storing compreg.data and xpti.data in the VirtualBox home directory (defect #1947).
  • Cleaned up the COM/XPCOM layer API (removed tons of duplicate definitions and several pieces of duplcate code).
File:
1 edited

Legend:

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

    r2920 r2976  
    60746074    else
    60756075    {
    6076         // check if an alternative VBox Home directory is set
    6077         Utf8Str homeDir = getenv ("VBOX_USER_HOME");
    6078         if (!homeDir)
    6079         {
    6080             // compose the config directory (full path)
    6081             char home [RTPATH_MAX];
    6082             RTPathUserHome (home, RTPATH_MAX);
    6083             homeDir = Utf8StrFmt ("%s%c%s", home, RTPATH_DELIMITER, ".VirtualBox");
    6084         }
     6076        Utf8Str homeDir;
     6077        GetVBoxUserHomeDirectory (homeDir);
    60856078
    60866079        RTPrintf ("Updating settings files in the following VirtualBox Home Directory:\n"
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