Re: Sorting file name
and there is a resource collection, but nothing to customize your sort order the way you want. You could write your own task or script, but it's probably not worth it. On Fri, Jun 19, 2009 at 7:15 PM, Henry Suhatman wrote: Hi all, I have use foreach task from ant-contrib, the outpu
Sorting file name
Hi all, I have use foreach task from ant-contrib, the output like this 1.sql 10.sql 11.sql 2.sql And, i want to sort file name like this: 1.sql 2.sql 10.sql 11.sql This is my code : -