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