Skip to main content
Module

x/dtils/fs.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.6.0/fs.ts";

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

Parameters

rootDir: string

Returns

Promise<string[]>