constants.COPYFILE_FICLONE - Node documentation
variable constants.COPYFILE_FICLONE

Usage in Deno

import { constants } from "node:fs";
const { COPYFILE_FICLONE } = 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 a fallback copy mechanism is used.

Type

number