These are the flags that are understood by versions 1-4 of the the open operation.
Constants
APPEND | = | 0x00000004 | ||
CREAT | = | 0x00000008 | ||
EXCL | = | 0x00000020 | ||
READ | = | 0x00000001 | ||
TRUNC | = | 0x00000010 | ||
WRITE | = | 0x00000002 |
These are the flags that are understood by versions 1-4 of the the open operation.
APPEND | = | 0x00000004 | ||
CREAT | = | 0x00000008 | ||
EXCL | = | 0x00000020 | ||
READ | = | 0x00000001 | ||
TRUNC | = | 0x00000010 | ||
WRITE | = | 0x00000002 |