OFN_NODEREFERENCELINKS top-level constant

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

Directs the dialog box to return the path and file name of the selected shortcut (.LNK) file. If this value is not specified, the dialog box returns the path and file name of the file referenced by the shortcut.

Implementation

@Deprecated('Use OPEN_FILENAME_FLAGS.OFN_NODEREFERENCELINKS instead')
const OFN_NODEREFERENCELINKS = 0x00100000;