Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

read_folders

import { read_folders } from "https://raw.githubusercontent.com/olaven/dio/master/mod.ts";

Returns directories in given path

async function read_folders(path: string);
§
read_folders(path: string)
[src]

§Parameters

§
path: string
[src]