variable
fs.constants.COPYFILE_FICLONE
const COPYFILE_FICLONE: number
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.