Microsoft SDK for Java

FileShare.WRITE

Allows subsequent opening of the file for writing.

Syntax

public static final int WRITE;

Remarks

If this flag is not specified, any request to open the file for writing will fail until the file is closed.

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