Aw: AW: How to delete all files in a dirset
"Al Le" <[email protected]>
| Newsgroups | gmane.comp.jakarta.ant.user |
|---|---|
| Message-ID | <trinity-657077bf-2d10-4ec4-b4ea-53bb30bea676-1476964587933@3capp-gmx-bs34> |
> Could you use a <fileset>? I could use a fileset with "type=dir" filter, yes. But then I'd still have a problem of how to delete all files in these dirs. For now, I just use "apply" and execute "cmd /c rmdir /s /q <file>" on each dir (I'm on windows). AL