Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dxx/src/lib/xWalk.ts

🚀 (Deno) enhanced executor
Latest
import * as dxx from "https://deno.land/x/dxx@rf/src/lib/xWalk.ts";

Functions

Create WalkEntry for the path asynchronously

Create WalkEntry for the path synchronously

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.

Same as walk() but uses synchronous ops