import { copy } from "https://deno.land/x/fresh@1.7.1/tests/deps.ts";
Copy a file or directory. The directory can have contents. Like cp -r
.
Requires the --allow-read
and --allow-write
flag.
Examples
Example 1
Example 1
import { copy } from "https://deno.land/std@0.224.0/fs/copy.ts";
copy("./foo", "./bar"); // returns a promise