Summary
find-files doesn't see dotfiles
Metadata
- Id: 9fdc503a410cc95d0cc36a4667a523b24c1e4b55
- Trac id: 230
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.5.x
- Changetime: 2011-04-04 08:31:00 UTC
- Created: 2010-05-07 11:57:49 UTC
- Keywords: find-files posix
Description
It currently uses `(glob "*/<DIR>")`, which will not list dotfiles.
So, it should walk dotfiles (except "." and "..").
Changes and comments
[2010-07-05 12:07:47 UTC] felix changed status from new to closed
[2010-07-05 12:07:47 UTC] felix set resolution to fixed
[2010-07-05 12:07:47 UTC] felix wrote:
`find-files` has been changed to support a new keyword-based argument list, in addition to the old signature, and supports optional symlink-ignoring and dotfiles.
[2011-04-04 08:31:00 UTC] felix removed milestone 4.6.0
[2011-04-04 08:31:00 UTC] felix wrote:
Milestone 4.6.0 deleted