Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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 "..").

Change History (2)

comment:1 Changed 14 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

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.

comment:2 Changed 13 years ago by felix winkelmann

Milestone: 4.6.0

Milestone 4.6.0 deleted

Note: See TracTickets for help on using tickets.