Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

Delete hidden files probelm

Neo Anderson

2008-03-20

Replies:

Author LoginPost Reply

I use the following task to delete hidden files.

 <delete file=".hidden.txt"/>

However, there are many files needed to be removed. If I use

 <delete file=".*.txt"/>

It won't delete hidden files ( but <delete file="*.txt"/> works for removing
file ext with txt )

What is the correct syntax to remove hidden files using ant tasks?

Thanks in advice,
--
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.