Re: Delete files and subdirectories, but NOT the base dir

2004-10-12 Thread Ivan Ivanov
Hello, > Hi All! > > I want to recursively delete everything inside > build, but leaving build > alone. This is what I have so far. > > > > > > Is there a way to do this other than deleting and > re-creating the whole > thing? Yes, there is. I copied it directly from ant manual on delete

Re: Delete files and subdirectories, but NOT the base dir

2004-10-12 Thread Peter Reilly
Try: Peter Robert Mark Bram wrote: Hi All! I want to recursively delete everything inside build, but leaving build alone. This is what I have so far. Is there a way to do this other than deleting and re-creating the whole thing? Advice would be most welcome! Rob :) -

Delete files and subdirectories, but NOT the base dir

2004-10-12 Thread Robert Mark Bram
Hi All! I want to recursively delete everything inside build, but leaving build alone. This is what I have so far. Is there a way to do this other than deleting and re-creating the whole thing? Advice would be most welcome! Rob :) -- Robert Mark Bram http://phd.netcomp.monash.edu.au/Robert