Re: how can I copy a directory of files to lower case equivalents?

2007-10-10 Thread Alx G
Steve Loughran wrote: > > Alx G wrote: >> Hi, >> >> Does anyone know if there's anything in Ant that can copy files from a >> directory to another directory but change all the file names to lower >> case? >> >> e.g. >> >>

how can I copy a directory of files to lower case equivalents?

2007-10-02 Thread Alx G
Hi, Does anyone know if there's anything in Ant that can copy files from a directory to another directory but change all the file names to lower case? e.g. working/some_folder/etc/Blah.jpg => dist/some_folder/etc/blah.jpg ... etc. for a whole load of files in various directories. Perhaps there