From: Daniel Berger Date: 2007-04-25T07:36:12+09:00 Subject: Re: file-find 0.1.0 On Apr 24, 4:15 pm, "Leslie Viljoen" wrote: > On 4/24/07, Servando Garcia wrote: > > > > > Sweet I want one. Where's the download link? > > > > On 4/24/07, Leslie Viljoen wrote: > > > >> On 4/24/07, Daniel Berger wrote: > > > >>> Hi all, > > > >>> I'm happy to announce the first release of file-find. This > > >>> package is meant as a replacement for the current 'find' module > > >>> in the Ruby standard library. It provides many more options for > > >>> controlling the behavior of your find operations. > > Can you find directories with this? > > #!/usr/local/bin/ruby > > require 'rubygems' > require 'yaml' > require 'file/find' > > finder = File::Find.new(:name => '*', :path => '/etc', :ftype => 'directory') > finder.find{|d| p d} > > --gives me nothing. That would be a bug. Please file it on the RubyForge project page so I don't forget. Thanks, Dan