Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
Utilities.createTempFile
Creates a temporary file.
Syntax
public static final File createTempFile(boolean bManageDelete)Parameters
bManageDelete- Specifying
falsetells the method to delete the file as soon as the process exits. Specifyingtruetells the method to take no action on the temporary file. If you specifytrue, then your code can decide to delete the file later on, if necessary.
Returns
A
Fileobject that represents the temporary file.
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.