Microsoft SDK for Java

FileMode.CREATE_NEW

Specifies that a new file is to be created; an exception is thrown if the file already exists.

Syntax

public static final int CREATE_NEW;

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