AccessMode.Execute Property

Definition

Requests that the file be checked for execute access.

[Android.Runtime.Register("EXECUTE", ApiSince=26)]
public static Java.Nio.FileNio.AccessMode? Execute { get; }
[<Android.Runtime.Register("EXECUTE", ApiSince=26)>]
static member Execute : Java.Nio.FileNio.AccessMode

Property Value

An access mode that checks whether the file can be executed.

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