Changeset 92817 in vbox for trunk/src/VBox
- Timestamp:
- Dec 8, 2021 2:04:00 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r91516 r92817 3619 3619 return setError(E_INVALIDARG, tr("No directory to remove recursively specified")); 3620 3620 3621 /* By default only delete empty directory structures, e.g. the operation will abort if there are 3622 * directories which are not empty. */ 3621 /* By defautl remove recursively as the function name implies. */ 3623 3622 uint32_t fFlags = DIRREMOVEREC_FLAG_RECURSIVE; 3624 3623 if (aFlags.size())
Note:
See TracChangeset
for help on using the changeset viewer.