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

std/node/fs.ts>readdir

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function readdir
Re-export
import { readdir } from "https://deno.land/std@0.83.0/node/fs.ts";

Parameters

path: string | URL
options: { withFileTypes?: false; encoding?: string; }
callback: readDirCallback

Parameters

path: string | URL
options: { withFileTypes: true; encoding?: string; }
callback: readDirCallbackDirent

Parameters

path: string | URL
callback: readDirCallback