import { copyDir } from "https://deno.land/x/dtils@2.4.0/fs.ts";
Copy the contents of srcDirectory
into destDirectory
, optionally filtering with options.pathFilter
. Symlinks are ignored.
import { copyDir } from "https://deno.land/x/dtils@2.4.0/fs.ts";
Copy the contents of srcDirectory
into destDirectory
, optionally filtering with options.pathFilter
. Symlinks are ignored.