OFN_PATHMUSTEXIST top-level constant

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

The user can type only valid paths and file names. If this flag is used and the user types an invalid path and file name in the File Name entry field, the dialog box function displays a warning in a message box.

Implementation

@Deprecated('Use OPEN_FILENAME_FLAGS.OFN_PATHMUSTEXIST instead')
const OFN_PATHMUSTEXIST = 0x00000800;