FileAttribute.READONLY

Overview | Methods | Fields | This Package | All Packages

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.