Skip to main content
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.6.0/fs.ts";

Get all entries in dir. Resulting paths will not include dir. Symlinks are ignored.

Parameters

dir: string

Returns

Promise<string[]>