Skip to main content
Module

std/node/fs.ts>copyFile

Deno standard library
Go to Latest
function copyFile
Re-export
import { copyFile } from "https://deno.land/std@0.158.0/node/fs.ts";

Parameters

src: string | Buffer | URL
dest: string | Buffer | URL
callback: CallbackWithError

Parameters

src: string | Buffer | URL
dest: string | Buffer | URL
mode: number
callback: CallbackWithError