Skip to main content

O_DIRECTORY

variable constants.O_DIRECTORY

Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory.

number
Back to top