« Return to Thread: Request for eachFileRecursive

Re: Request for eachFileRecursive

by Jesse Eichar-2 :: Rate this Message:

Reply to Author | View in Thread

Not a problem.  It was a good solution.  I'm glad to finally see the  
method making it in.  I am sick of writing it :)

Jesse
On 26-Jul-08, at 11:46 PM, Andrew O'Malley wrote:

> Hi all,
>
> FYI, I submitted the CLA to Jamie, so presumably file recursion will  
> be added to scalax by Jamie soon.
>
> Apologies to Jesse if you've spent time on this already.
>
> Cheers,
> Andrew
>
>
> On 27/07/2008, at 1:07 AM, Jamie Webb wrote:
>>> for (file <- "/Users/andrew".toFile.recurse if file.getName ==
>>> ".svn") { ...
>>> }
>>
>> Hi Andrew. This looks very useful. Do you mind sending me a CLA so  
>> that
>> we can include it in the library?
>>
>> http://scalax.scalaforge.org/cla-i.html
>>
>> Thanks
>>
>> /J
>
>


 « Return to Thread: Request for eachFileRecursive