OFN_FILEMUSTEXIST top-level constant

  1. @Deprecated('Use OPEN_FILENAME_FLAGS.OFN_FILEMUSTEXIST instead')
int const OFN_FILEMUSTEXIST

The user can type only names of existing files in the File Name entry field. If this flag is specified and the user enters an invalid name, the dialog box procedure displays a warning in a message box. If this flag is specified, the OFN_PATHMUSTEXIST flag is also used. This flag can be used in an Open dialog box. It cannot be used with a Save As dialog box.

Implementation

@Deprecated('Use OPEN_FILENAME_FLAGS.OFN_FILEMUSTEXIST instead')
const OFN_FILEMUSTEXIST = 0x00001000;