mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
4 lines
269 B
Markdown
4 lines
269 B
Markdown
|
|
On Windows, the [OpenFile] `flag` parameter can now contain any combination of
|
||
|
|
Windows-specific file flags, such as `FILE_FLAG_OVERLAPPED` and
|
||
|
|
`FILE_FLAG_SEQUENTIAL_SCAN`, for control of file or device caching behavior,
|
||
|
|
access modes, and other special-purpose flags.
|