OFN_NOLONGNAMES top-level constant

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

@Deprecated('Use OPEN_FILENAME_FLAGS.OFN_NOLONGNAMES instead')
const OFN_NOLONGNAMES = 0x00040000;