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

Usage in Deno

import { constants } from "node:fs";

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