Skip to main content
Module

x/dtils/mod.ts>recursiveReadDir

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

Recursively read all files in rootDir. Resulting paths will include rootDir

Parameters

rootDir: string

Returns

Promise<string[]>