Skip to main content
Module

x/alfredo/deps.ts

Your Alfred workflows on steroids with Deno
Go to Latest
import * as alfredo from "https://deno.land/x/alfredo@0.4.1/deps.ts";

Functions

Ensures that the directory exists. If the directory structure does not exist, it is created. Like mkdir -p. Requires the --allow-read and --allow-write flag.

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 parseFile or parseFileSync to parse a file from the disk.

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.