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.113.0/node/fs.ts";

Parameters

source: string | URL
destination: string
callback: CallbackWithError