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

Ian Springer updated IO-629:
----------------------------
    Description: 
>From File#delete Javadoc:

{noformat}
<p> Note that the {@link java.nio.file.Files} class defines the 
{@link java.nio.file.Files#delete(Path) delete} method to throw
an {@link IOException} when a file cannot be deleted. This is 
useful for error reporting and to diagnose why a file cannot be
 deleted.
{noformat}
 
 This change is possible now that 2.6 requires Java 7.

 

  was:
>From File#delete Javadoc:
{noformat}
<p> Note that the {@link java.nio.file.Files} class defines the {@link 
java.nio.file.Files#delete(Path) delete} method to throw an {@link IOException} 
when a file cannot be deleted. This is useful for error reporting and to 
diagnose why a file cannot be deleted.
{noformat}
 
 This change is possible now that 2.6 requires Java 7.

 


> FileUtils#forceDelete should use Files#delete rather than File#delete so 
> exception messages includes reason for failure
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: IO-629
>                 URL: https://issues.apache.org/jira/browse/IO-629
>             Project: Commons IO
>          Issue Type: Improvement
>            Reporter: Ian Springer
>            Priority: Major
>
> From File#delete Javadoc:
> {noformat}
> <p> Note that the {@link java.nio.file.Files} class defines the 
> {@link java.nio.file.Files#delete(Path) delete} method to throw
> an {@link IOException} when a file cannot be deleted. This is 
> useful for error reporting and to diagnose why a file cannot be
>  deleted.
> {noformat}
>  
>  This change is possible now that 2.6 requires Java 7.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to