method Path.prototype.openimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/src/path.ts"; open(options?: Deno.OpenOptions): Promise<FsFileWrapper>Opens a file. Parametersoptionaloptions: Deno.OpenOptionsReturnsPromise<FsFileWrapper>