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