Changeset 71097 in vbox for trunk/src/VBox
- Timestamp:
- Feb 22, 2018 9:43:25 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r71055 r71097 3042 3042 suffix.toLower(); 3043 3043 destPath.stripSuffix().append('.').append(suffix); 3044 } 3045 3046 /* Simple check for existence */ 3047 if (RTFileExists(destPath.c_str())) 3048 { 3049 rc = setError(VBOX_E_FILE_ERROR, 3050 tr("The given path '%s' is an existing file. Delete or rename this file."), 3051 destPath.c_str()); 3052 throw rc; 3044 3053 } 3045 3054
Note:
See TracChangeset
for help on using the changeset viewer.