method Path.prototype.realPathimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/src/path.ts"; realPath(): Promise<Path>Resolves to the absolute normalized path, with symbolic links resolved. ReturnsPromise<Path>