Given a folder I want to make sure that ALL the files on that directory are deleted.
I know there maybe IOExceptions or Access Denied errors but how do just leave them aside and continue with my deletion of the files that I actually can delete? Is this possible?
Please shed some light on me on where I can begin.
Given a folder I want to make sure that ALL the files on that
Share
Answering the recursive search question:
…as suggested above, try…catch around various parts will cope with the inability to delete certain files.