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>

 

Reply via email to