constants.COPYFILE_EXCL - Node documentation
variable constants.COPYFILE_EXCL

Usage in Deno

import { constants } from "node:fs";
const { COPYFILE_EXCL } = constants;

Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists.

Type

number