import * as dio from "https://raw.githubusercontent.com/olaven/dio/master/mod.ts";| append_to_file | Append given content to the end of file at given path |
| copy_dir | Copies a the content of the |
| 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 |