On Mon, 23 Jun 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]>
wrote:

> The JavaDoc concerning FileUtils#createTempFile said :
> 
> >>This method is different to File.createTempFile of JDK 1.2 as it doesn't
> create the file itself and doesn't use platform specific temporary directory
> when the parentDir attribute is null.
> 
> It sounds like File#createTempFile actually creates the file ?

It does - that's why I said we'd need to change the javadocs.

> Do we want to call File#deleteOnExit for these temporary files ? 
> (make sure that they get deleted if the VM crashes or exits ?)

I'm not absolutely sure that this would always be the intention of
code that invokes FileUtils#createTempFile.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to