Hi,

I want to use ANT to clean up a directory with some files named like
"xxxxxxxx.yyy~", i.e. with '~' character in the file extension. I tried a
few ways including the following method but no success:
  <delete>
    <fileset dir="${proj.dir}" includes="**/*.*~"/>
  </delete>

What should I specify as includes value? Thx.

Regards,
mingfai



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

Reply via email to