Microsoft SDK for Java

FileAttribute.TEMPORARY

Specifies that the file is being used for temporary storage.

Syntax

public static final int TEMPORARY;

Remarks

Applications should write to the file only if absolutely necessary. Most of the file's data remains in memory without being flushed to the media because the file will soon be deleted.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.