Changeset 2976 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jun 1, 2007 1:47:51 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21692
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r2920 r2976 6074 6074 else 6075 6075 { 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); 6085 6078 6086 6079 RTPrintf ("Updating settings files in the following VirtualBox Home Directory:\n"
Note:
See TracChangeset
for help on using the changeset viewer.