FileMode.CREATE_NEW

Overview | Methods | Fields | This Package | All Packages

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;