method Path.prototype.readDirFilePathsSyncimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/src/path.ts"; readDirFilePathsSync(): Iterable<Path>Synchronously reads only the directory file paths, not including symlinks. ReturnsIterable<Path>