Microsoft SDK for Java

FileAccess.WRITE

Specifies write access to the file.

Syntax

public static final int WRITE;

Remarks

Writes data to the file, and moves the file pointer. Combine this flag with READ for read/write access.

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