When I have had to use code to delete all files in a particular directory, I have made my program select each file 1 by 1 and go down the file list deleting them, this is ok for small directories but for larger ones it takes quite a long time, I was wondering is there a way to get rid of them in one clean sweep?

------------------
Mooose