Changeset 71304 in vbox
- Timestamp:
- Mar 12, 2018 4:49:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r71303 r71304 3177 3177 LogFlowThisFuncEnter(); 3178 3178 3179 /** @todo r=bird: Treat empty file with a FALSE return. */3180 3179 if (RT_UNLIKELY((aPath.c_str()) == NULL || *(aPath.c_str()) == '\0')) 3181 return setError(E_INVALIDARG, tr("No file to check existence for specified")); 3180 { 3181 *aExists = FALSE; 3182 return S_OK; 3183 } 3182 3184 3183 3185 GuestFsObjData objData; int rcGuest;
Note:
See TracChangeset
for help on using the changeset viewer.