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

x/fsrouter/private/deps/std/fs.ts

A file system based router for Deno.
Go to Latest
import * as fsrouter from "https://deno.land/x/fsrouter@2.8.0/private/deps/std/fs.ts";

Functions

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.