I guess I should clarify this: I still can’t seem to delete all files and folders in
a directory… WITHOUT deleting that directory. BOb From: I still can’t seem to delete all files and folders in
a directory… what is the correct pattern. Here is what I have: <delete failonerror="true"
verbose="false">
<fileset>
<includes name="\\qaevolution2003\wwwroot\Geac.QA\**" />
<excludes name="\\qaevolution2003\wwwroot\Geac.QA\dev.config"
/>
</fileset> </delete> |