constants.COPYFILE_FICLONE_FORCE - Node documentation
variable constants.COPYFILE_FICLONE_FORCE

Usage in Deno

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

Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink. If the underlying platform does not support copy-on-write, then the operation will fail with an error.

Type

number