Re: Find.find() doesn't work with broken symlinks

I am using ruby 1.8.5 (2006-12-25 patchlevel 12) [i686-darwin8.8.1]. I
will do more testing tonight. The broken symlinks pointed to network
mounts.

-------------- Original message ----------------------
From: Stefano C. [email protected]

On Tue, 27 Mar 2007 [email protected] wrote:

I am using ruby 1.8.5 (2006-12-25 patchlevel 12) [i686-darwin8.8.1]. I will
do more testing tonight. The broken symlinks pointed to network mounts.

gem install alib

alib.util.find(srcpath) do |path|

 # ...

end

it follows symlinks.

-a