Skip to main content
Module

x/dtils/mod.unstable.ts>recursiveReadInsideDir

The best unofficial library of utilities for Deno applications
Go to Latest
function recursiveReadInsideDir
import { recursiveReadInsideDir } from "https://deno.land/x/dtils@2.6.0/mod.unstable.ts";

Recursively read all files in rootDir. Symlinks are ignored.

Parameters

rootDir: string

Returns

Promise<PathPair[]>