VirtualBox

Changeset 79326 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 25, 2019 2:19:35 PM (6 years ago)
Author:
vboxsync
Message:

VBoxService: Made new sub-dir only deletion code work like RTDirRemoveRecursive and not fail if the specified directory does not exist. bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/GuestControl.h

    r78035 r79326  
    8787/** No remove flags specified. */
    8888#define DIRREMOVEREC_FLAG_NONE                 UINT32_C(0x0)
    89 /** Recursively deletes the directorie's contents. */
     89/** Recursively deletes the directory contents. */
    9090#define DIRREMOVEREC_FLAG_RECURSIVE            RT_BIT(0)
    9191/** Delete the content of the directory and the directory itself. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette