Microsoft SDK for Java

FileAttribute.READONLY

Specifies that the file is read-only.

Syntax

public static final int READONLY;

Remarks

Applications can read the file but cannot write to it or delete it.

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