Skip to main content
Module

std/node/fs.ts>readdir

Deno standard library
Go to Latest
function readdir
Re-export
import { readdir } from "https://deno.land/std@0.166.0/node/fs.ts";

Parameters

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

Parameters

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

Parameters

path: string | URL
callback: readDirCallback