AW: AW: How to delete all files in a dirset

2016-10-20 Thread jhm
If I understand your requirements right, you want to delete recursively all directories which contain a marker file. So maybe you could use this (have a deeper look at the task). Jan

Aw: AW: How to delete all files in a dirset

2016-10-20 Thread Al Le
> Could you use a ? 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 " on each dir (I'm on windows). AL ---