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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Bob Archer
Sent: Friday, April 30, 2004 2:11 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] delete all files and folders in a directory

 

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