import * as alfredo from "https://deno.land/x/alfredo@0.4.3/deps.ts";
Functions
Ensures that the directory exists.
If the directory structure does not exist, it is created. Like mkdir -p.
Requires the | |
Ensures that the link exists. If the directory structure does not exist, it is created. | |
Parses a typed array buffer holding a binary property list into its
equivalent JavaScript value. Use | |
f walk | Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options. The files are walked in lexical order, which makes the output deterministic but means that for very large directories walk() can be inefficient. |