FILE_FLAG_POSIX_SEMANTICS top-level constant
- @Deprecated('Use FILE_FLAGS_AND_ATTRIBUTES.FILE_FLAG_POSIX_SEMANTICS instead')
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;