variable constants.COPYFILE_FICLONE_FORCE Usage in Denoimport { 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