method Path.prototype.readDirFilePathsimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/src/path.ts"; readDirFilePaths(): AsyncIterable<Path>Reads only the directory file paths, not including symlinks. ReturnsAsyncIterable<Path>