Module

std/node/fs.ts>copyFile

Deno standard library
Go to Latest
function copyFile
import { copyFile } from "https://dotland.deno.dev/std@0.145.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

Parameters

src: string | Buffer | URL
dest: string | Buffer | URL
mode: number | CallbackWithError
optional
callback: CallbackWithError
import copyFile
import { copyFile } from "https://dotland.deno.dev/std@0.145.0/node/fs.ts";