Microsoft SDK for Java

FileMode.OPEN_OR_CREATE

Specifies that an existing file is to be opened; otherwise, a new file is created.

Syntax

public static final int OPEN_OR_CREATE;

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