#230 closed defect (fixed)
find-files doesn't see dotfiles
| Reported by: | felix winkelmann | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | core libraries | Version: | 4.5.x |
| Keywords: | find-files posix | Cc: | |
| Estimated difficulty: |
Description
It currently uses (glob "*/<DIR>"), which will not list dotfiles.
So, it should walk dotfiles (except "." and "..").
Note: See
TracTickets for help on using
tickets.

find-fileshas been changed to support a new keyword-based argument list, in addition to the old signature, and supports optional symlink-ignoring and dotfiles.