Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/fs.ts>readDir

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

Get all entries in dir. Resulting paths will not include dir

Parameters

dir: string

Returns

Promise<string[]>