Language

PosixFilePermission.OthersRead Property

Definition

Permission for others to read.

[Android.Runtime.Register("OTHERS_READ", ApiSince=26)]
public static Java.Nio.FileNio.Attributes.PosixFilePermission? OthersRead { get; }
[<Android.Runtime.Register("OTHERS_READ", ApiSince=26)>]
static member OthersRead : Java.Nio.FileNio.Attributes.PosixFilePermission

Property Value

Permission for others to read.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to