Question about deleting directories

I need to delete all the CVS sub dirs after I do a cvs checkout (as part of packaging the source for our source customers).  What is the best way to go about this?  I don't see a recursive delete where I can pattern match.  I tried using filesets but that doesn't seem to be working (is it just for files and not dirs?).

any ideas?

thanks

 

Hi Allen,

 

Attached is FinalBuilder project that uses a Folder Iterator to list all the directories in a specified path, checking to see if it contains a CVS folder, removing it if it does.


Hope this helps,

Paul.

CVSRemover.fbz5 (1.976 KB)

great, i’ll give that a shot thanks.

Perhaps some day this could be an option on the delete directory(s) ? All you’d really need to do is ad a recursive checkbox and allow a matching argument.