OFN_NOCHANGEDIR top-level constant

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

Restores the current directory to its original value if the user changed the directory while searching for files.

Implementation

@Deprecated('Use OPEN_FILENAME_FLAGS.OFN_NOCHANGEDIR instead')
const OFN_NOCHANGEDIR = 0x00000008;