Skip to main content
constants.O_EXCL - fs - Node documentation
variable constants.O_EXCL

Usage in Deno

import { constants } from "node:fs";

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

Type

number