- Timestamp:
- Dec 4, 2019 7:36:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r82363 r82365 1440 1440 1441 1441 /* Check the target path. If the path exists and folder isn't empty return an error */ 1442 { 1442 { 1443 1443 Bstr bstrSettingsFilename; 1444 1444 /* Based on the VM name, create a target machine path. */ … … 1461 1461 RTDIR hDir; 1462 1462 vrc = RTDirOpen(&hDir, strMachineFolder.c_str()); 1463 if (RT_SUCCESS(vrc)) 1463 if (RT_SUCCESS(vrc)) 1464 1464 { 1465 1465 RTDIRENTRY DirEntry;
Note:
See TracChangeset
for help on using the changeset viewer.