import * as deno from "https://deno.land/x/deno@v0.30.0/cli/js/files.ts";
Variables
An instance of | |
An instance of | |
An instance of |
Functions
Close the file ID. | |
Creates a file if none exists or truncates an existing file and returns
an instance of the | |
Creates a file if none exists or truncates an existing file and returns
an instance of the | |
f open | Open a file and return an instance of the |
Open a file and return an instance of the | |
f read | Read from a file ID into an array buffer. |
Read synchronously from a file ID into an array buffer. | |
f seek | Seek a file ID to the given offset under mode given by |
Seek a file ID synchronously to the given offset under mode given by | |
Write to the file ID the contents of the array buffer. | |
Write synchronously to the file ID the contents of the array buffer. |