OFN_NOLONGNAMES top-level constant

int const OFN_NOLONGNAMES

For old-style dialog boxes, this flag causes the dialog box to use short file names (8.3 format). Explorer-style dialog boxes ignore this flag and always display long file names.

Implementation

const OFN_NOLONGNAMES = 0x00040000;