On Fri, 18 Oct 2024 13:45:00 GMT, Alexey Semenyuk <asemen...@openjdk.org> wrote:
> `Files.walk(root, 0)` returns the `root` itself and not the contents of the > `root`. > Replaced `Files.walk(root, 0)` with `Files.list(root)` to get a non-recursive > listing of the `root` directory. Looks good, but can you make issue title more descriptive of the issue. ------------- PR Comment: https://git.openjdk.org/jdk/pull/21582#issuecomment-2423266759