variable
fs.constants.O_EXCL
const O_EXCL: number
Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists.
variable
Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists.