From: Greg McIntyre Date: 2003-09-02T10:10:19+09:00 Subject: Re: [RCR] Dir.recurse Jim Bob wrote: > I think it'd be useful (and worthwhile) to have a Dir.recurse method. [snip] I totally agree. I've written one and use it in several scripts for filesystem maintenance. Very handy! My version globbed the input first (see Dir.glob), then proceeded to recurse into subdirectories making it fairly equivalent to several command-line programs with their "recurse" switch (e.g. chmod -R) but I think your version captures the necessary functionality without the unnecessary frills. :) -- Greg McIntyre ======[ greg@puyo.cjb.net ]===[ http://puyo.cjb.net ]===