import { copy } from "https://deno.land/x/deno@v0.28.0/std/fs/mod.ts";
Copy a file or directory. The directory can have contents. Like cp -r
.
Requires the --allow-read
and --alow-write
flag.
Parameters
the file/directory path.
Note that if src
is a directory it will copy everything inside
of this directory, not the entire directory itself
optional
options: CopyOptions = [UNSUPPORTED]