import { open } from "https://deno.land/x/deno@v0.28.0/cli/js/deno.ts";
Open a file and return an instance of the File
object.
const file = await Deno.open("/foo/bar.txt");
Parameters
optional
mode: OpenMode = [UNSUPPORTED]import { open } from "https://deno.land/x/deno@v0.28.0/cli/js/deno.ts";
Open a file and return an instance of the File
object.
const file = await Deno.open("/foo/bar.txt");