You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2008/01/06 01:10:34 UTC

[jira] Updated: (IO-135) Add convenience deleteQuietly to FileUtils

     [ https://issues.apache.org/jira/browse/IO-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell updated IO-135:
-----------------------------

    Fix Version/s: 1.4

> Add convenience deleteQuietly to FileUtils
> ------------------------------------------
>
>                 Key: IO-135
>                 URL: https://issues.apache.org/jira/browse/IO-135
>             Project: Commons IO
>          Issue Type: Improvement
>          Components: Utilities
>            Reporter: Kevin Conaway
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: io-135.patch
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.