Changeset 79326 in vbox for trunk/include/VBox
- Timestamp:
- Jun 25, 2019 2:19:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/GuestControl.h
r78035 r79326 87 87 /** No remove flags specified. */ 88 88 #define DIRREMOVEREC_FLAG_NONE UINT32_C(0x0) 89 /** Recursively deletes the director ie'scontents. */89 /** Recursively deletes the directory contents. */ 90 90 #define DIRREMOVEREC_FLAG_RECURSIVE RT_BIT(0) 91 91 /** Delete the content of the directory and the directory itself. */
Note:
See TracChangeset
for help on using the changeset viewer.