VirtualBox

Changeset 33801 in vbox


Ignore:
Timestamp:
Nov 5, 2010 4:41:23 PM (14 years ago)
Author:
vboxsync
Message:

iprt/dir.h: Added RTDIRRMREC_F_CONTENT_AND_DIR (0) to make RTDirRemoveRecursive calls easier to read.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/dir.h

    r33540 r33801  
    116116/** @name   RTDirRemoveRecursive flags.
    117117 * @{ */
     118/** Delete the content of the directory and the directory itself. */
     119#define RTDIRRMREC_F_CONTENT_AND_DIR    UINT32_C(0)
    118120/** Only delete the content of the directory, omit the directory it self. */
    119 #define RTDIRRMREC_F_CONTENT_ONLY   RT_BIT_32(0)
     121#define RTDIRRMREC_F_CONTENT_ONLY       RT_BIT_32(0)
    120122/** Mask of valid flags. */
    121 #define RTDIRRMREC_F_VALID_MASK     UINT32_C(0x00000001)
     123#define RTDIRRMREC_F_VALID_MASK         UINT32_C(0x00000001)
    122124/** @} */
    123125
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