variable
fs.constants.O_DIRECTORY
const O_DIRECTORY: number
Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory.
variable
Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory.