method Path.prototype.appendTextSyncimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts"; appendTextSync(text: string, options?: Omit<Deno.WriteFileOptions, "append">): thisSynchronously appends the provided text to the file. Parameterstext: stringoptionaloptions: Omit<Deno.WriteFileOptions, "append">Returnsthis