Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

Utilities.createTempFile

Creates a temporary file.

Syntax

Parameters

bManageDelete
Specifying false tells the method to delete the file as soon as the process exits. Specifying true tells the method to take no action on the temporary file. If you specify true, then your code can decide to delete the file later on, if necessary.

Returns

A File object that represents the temporary file.

 

  Home > Contents > Index >

FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.