OFN_OVERWRITEPROMPT top-level constant

  1. @Deprecated('Use OPEN_FILENAME_FLAGS.OFN_OVERWRITEPROMPT instead')
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

@Deprecated('Use OPEN_FILENAME_FLAGS.OFN_OVERWRITEPROMPT instead')
const OFN_OVERWRITEPROMPT = 0x00000002;