Re: [NAnt-users] Deleting multiple folders

2008-04-08 Thread Bob Archer
There is a lot of pattern matching available. Take a look at the fileset type doc. You can do something like: If you want image folder more levels deep than the base you can use: BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC

Re: [NAnt-users] Deleting multiple folders

2008-04-08 Thread Roebuck, Alex
Try this: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sattapattu Sent: Tuesday, April 08, 2008 2:05 PM To: nant-users@lists.sourcefor

[NAnt-users] Deleting multiple folders

2008-04-08 Thread Sattapattu
Hi, Can anyone suggest me how to delete multiple directories. I tried the delete task but i have to specify a particular directory name. How do i delete multiple directories with similar names for example Image1, Image_1, Images1. I am not sure if we can use any regular expression for this. Your