import { copySync } from "https://deno.land/std@v0.34.0/fs/copy.ts";
Copy a file or directory. The directory can have contents. Like cp -r
.
Requires the --allow-read
and --alow-write
flag.
import { copySync } from "https://deno.land/std@v0.34.0/fs/copy.ts";
Copy a file or directory. The directory can have contents. Like cp -r
.
Requires the --allow-read
and --alow-write
flag.