OFN_NOREADONLYRETURN top-level constant

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

The returned file does not have the Read Only check box selected and is not in a write-protected directory.

Implementation

@Deprecated('Use OPEN_FILENAME_FLAGS.OFN_NOREADONLYRETURN instead')
const OFN_NOREADONLYRETURN = 0x00008000;