Description
It is occasionally useful to delete a file or directory and not care whether that call succeeds or not. I'm not quite sure what others do when deleting a file or directory fails but most often the case is to simply log the event and move on.
The attached patch includes a new method deleteQuietly() and supporting test cases