FILE_FLAG_POSIX_SEMANTICS top-level constant

  1. @Deprecated('Use FILE_FLAGS_AND_ATTRIBUTES.FILE_FLAG_POSIX_SEMANTICS instead')
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

@Deprecated('Use FILE_FLAGS_AND_ATTRIBUTES.FILE_FLAG_POSIX_SEMANTICS instead')
const FILE_FLAG_POSIX_SEMANTICS = 0x01000000;