OFN_DONTADDTORECENT top-level constant

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

Prevents the system from adding a link to the selected file in the file system directory that contains the user's most recently used documents. To retrieve the location of this directory, call the SHGetSpecialFolderLocation function with the CSIDL_RECENT flag.

Implementation

@Deprecated('Use OPEN_FILENAME_FLAGS.OFN_DONTADDTORECENT instead')
const OFN_DONTADDTORECENT = 0x02000000;