FILE_FLAG_WRITE_THROUGH top-level constant Null safety
Write operations will not go through any intermediate cache, they will go directly to disk.
Implementation
const FILE_FLAG_WRITE_THROUGH = 0x80000000;
Write operations will not go through any intermediate cache, they will go directly to disk.
const FILE_FLAG_WRITE_THROUGH = 0x80000000;