Re: [io] ForceDelete behaviour

2005-09-24 Thread Rahul Akolkar
On 9/24/05, Stephen Colebourne <[EMAIL PROTECTED]> wrote: > FileUtils.forceDelete(File) currently throws an IOException if the file > does not exist. > > This seems like pretty crazy behaviour, so should we change it? > > Theoretically, its a semantically incompatible change, but would it > really

[io] ForceDelete behaviour

2005-09-24 Thread Stephen Colebourne
FileUtils.forceDelete(File) currently throws an IOException if the file does not exist. This seems like pretty crazy behaviour, so should we change it? Theoretically, its a semantically incompatible change, but would it really cause anyone issues? Is it more of a bug? Stephen --