OFN_FORCESHOWHIDDEN top-level constant

int const OFN_FORCESHOWHIDDEN

Forces the showing of system and hidden files, thus overriding the user setting to show or not show hidden files. However, a file that is marked both system and hidden is not shown.

Implementation

const OFN_FORCESHOWHIDDEN = 0x10000000;