Microsoft SDK for Java

FileShare.READ

Allows subsequent opening of the file for reading.

Syntax

public static final int READ;

Remarks

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

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