Stefano Crocco wrote:

To solve your problem, you can
> substitute downcase! with downcase in the call to rename and file with
> file.downcase in the call to mv.
> 
> I hope this helps
> 
> Stefano

Brilliant. Yes, that did it. I got rid of the screamer, !, and I put in
file.downcase with my move command. Thank you very much!

-- 
Posted via http://www.ruby-forum.com/.