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

Usage in Deno

import { constants } from "node:fs";

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

Type

number