STYX_FILE_MODE

File mode for open/create messages

Values

ValueMeaning
OREAD0x00

Read only

OWRITE0x01

write only

ORDWR0x02

Read-write

OEXEC0x03

Execute

OTRUNC0x10

Truncate file

ORCLOSE0x40

Remove file after closing

Meta