VirtualBox

Changeset 33802 in vbox for trunk/include


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

iprt/path.h: Added RTPATHRENAME_FLAGS_NO_REPLACE to make RT[Path|Dir|File]Rename easier to read.

File:
1 edited

Legend:

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

    r33540 r33802  
    791791/** @name RTPathRename, RTDirRename & RTFileRename flags.
    792792 * @{ */
     793/** Do not replace anything. */
     794#define RTPATHRENAME_FLAGS_NO_REPLACE   UINT32_C(0)
    793795/** This will replace attempt any target which isn't a directory. */
    794796#define RTPATHRENAME_FLAGS_REPLACE      RT_BIT(0)
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