OFN_OVERWRITEPROMPT top-level constant

int const OFN_OVERWRITEPROMPT

Causes the Save As dialog box to generate a message box if the selected file already exists. The user must confirm whether to overwrite the file.

Implementation

const OFN_OVERWRITEPROMPT = 0x00000002;