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

append_to_file

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

Append given content to the end of file at given path

async function append_to_file(path: string, content: string);
§
append_to_file(path: string, content: string)
[src]

§Parameters

§
path: string
[src]
§
content: string
[src]