FO_RENAME top-level constant

int const FO_RENAME

Rename the file specified in pFrom. You cannot use this flag to rename multiple files with a single function call. Use FO_MOVE instead.

Implementation

const FO_RENAME = 0x0004;