Skip to main content
Module

x/uuid/lib/lib.deno_runtime.d.ts>Deno.readDirSync

Deprecated! UUID is part of the deno standard library
Latest
function Deno.readDirSync
import { Deno } from "https://deno.land/x/uuid@v0.1.2/lib/lib.deno_runtime.d.ts";
const { readDirSync } = Deno;

Reads the directory given by path and returns a list of file info synchronously.

  const files = Deno.readDirSync("/");

Parameters

path: string