Skip to main content
Module

std/fs/copy.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.75.0/fs/copy.ts";

Functions

Copy a file or directory. The directory can have contents. Like cp -r. Requires the --allow-read and --allow-write flag.

Copy a file or directory. The directory can have contents. Like cp -r. Requires the --allow-read and --allow-write flag.