Paul,

You can use patterns in the include element of the fileset:

<delete>
        <fileset>
                <include name="vor.*/**" />
        </fileset>
</delete>

Hope this helps,

Gert 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Paul Cowan
> Sent: zondag 11 september 2005 16:58
> To: Nant-users@lists.sourceforge.net
> Subject: [Nant-users] Delete directories wildcard
> 
> Hi all,
> 
> Is there anyway of deleting a list of directories with a wildcard,
> 
>  
> 
> i.e.
> 
>  
> 
> <delete dir="vor.*"/>                
> 
>  
> 
> That is all the directories that begin with vor.
> 
> 
> Thanks
> 
> 
> Paul
> 
> 
> _____________________________________________________________________
> VirusChecked for Huntsworth plc
> _____________________________________________________________________
> 
> 



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to