PATHCCH_DO_NOT_NORMALIZE_SEGMENTS top-level constant

int const PATHCCH_DO_NOT_NORMALIZE_SEGMENTS

Disables the normalization of path segments that includes removing trailing dots and spaces.

This enables access to paths that win32 path normalization will block.

Implementation

const PATHCCH_DO_NOT_NORMALIZE_SEGMENTS = 0x00000008;