Hi,
In message "[ruby-talk:02814] www.rubycentral.com - Reference"
on 00/05/14, "Michael Neumann" <neumann / s-direktnet.de> writes:
|At this point, how is it possible to get recusively files via Dir["...."] ?
|With ** ? Is it included in Ruby 1.4.4?
It's available only in Ruby 1.5.x. For 1.4.x, use find.rb.
matz.