Changeset 33802 in vbox for trunk/include
- Timestamp:
- Nov 5, 2010 4:42:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/path.h
r33540 r33802 791 791 /** @name RTPathRename, RTDirRename & RTFileRename flags. 792 792 * @{ */ 793 /** Do not replace anything. */ 794 #define RTPATHRENAME_FLAGS_NO_REPLACE UINT32_C(0) 793 795 /** This will replace attempt any target which isn't a directory. */ 794 796 #define RTPATHRENAME_FLAGS_REPLACE RT_BIT(0)
Note:
See TracChangeset
for help on using the changeset viewer.