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

Usage

import * as dio from "https://raw.githubusercontent.com/olaven/dio/master/mod.ts";

§Functions

append_to_file

Append given content to the end of file at given path

copy_dir

Copies a the content of the options.source into options.destination.

create_dir

Creates a directory. Fails silently if directory already exists.

decode
dir_exists

Returns true or false depending on wether a directory exists at the path or not.

encode
file_exists

Returns true or false depending on wether file exists or not.

read_directory
read_file

Returns content of file

read_files
read_folders

Returns directories in given path

write_file

Writes to file