Skip to main content

O_APPEND

variable constants.O_APPEND

Constant for fs.open(). Flag indicating that data will be appended to the end of the file.

number
Back to top