OFN_PATHMUSTEXIST top-level constant

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

const OFN_PATHMUSTEXIST = 0x00000800;