Bitfields for Windows95 long-name open action |
| Bit | Description |
|---|---|
|
0 |
open file (fail if file does not exist) |
|
1 |
truncate file if it already exists (fail if file does not exist) |
|
4 |
create new file if file does not already exist (fail if exists) |
|
Note: |
The only valid combinations of multiple flags are bits 4&0 and 4&1. |