FILE_FLAG_POSIX_SEMANTICS top-level constant

int const FILE_FLAG_POSIX_SEMANTICS

Access will occur according to POSIX rules. This includes allowing multiple files with names, differing only in case, for file systems that support that naming.

Implementation

const FILE_FLAG_POSIX_SEMANTICS = 0x01000000;