Alex Vong <alexvong1...@gmail.com> writes: > Thanks for the review too. The changes looks good to me, excepts that it > seems 'find-files' will find all files with name matching the regex > recursively, but `scandir' will only list the files on the 1st > level.
Ah, I didn’t notice that this is what you were trying to do there. Using “scandir” is fine then. > Also, I realize there is a typo in my original patch. It should be > 'under' instead of 'under under' in the comment. Excellent! Pushed to master as 8293b116e64f543848f4845723208973aeb993f9. Thank you for your perseverance! ~~ Ricardo