Mary Milne wrote:
hi

i'm new to ant but learning to love it. i've checked the archive for this question but couldn't find an answer so.
i have files named:

        MYZIPFILE.zip

and i want

        myzipfile.zip

and ideally i'd like

        MyZipFile.zip

any help appreciated.

Thanks


a copy command to a new directory will fix the name.

It has to be an empty directory; a rename in the same dir may cause you to encounter quirks in how windows does case-insensitive filename mapping

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to