Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/fs/copy.ts

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
import * as mod from "https://deno.land/std@0.38.0/fs/copy.ts";

Functions

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

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