I've set up a basic loop to delete all the files in a particular folder. I've set the loop in a Try block so it doesn't crash the application when it gets to a file it can't delete.

I'd like for the app to just pass over these type of files. At the moment, my loop stops completely when it gets to that exception.

Can anyone provide me with any general information on how to accomplish? I thought this would be pretty straightforward so I don't think it will require me to post any code, but I can if needed.

Thanks