Changeset 39613 in vbox for trunk/src/VBox/Installer/win/Stub
- Timestamp:
- Dec 14, 2011 3:16:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp
r38636 r39613 475 475 if (!RTDirExists(szExtractPath)) 476 476 { 477 vrc = RTDirCreate(szExtractPath, 0700 );477 vrc = RTDirCreate(szExtractPath, 0700, 0); 478 478 AssertMsgRCBreak(vrc, ("Could not create temp directory!\n")); 479 479 }
Note:
See TracChangeset
for help on using the changeset viewer.