AclEntryPermission.ListDirectory Property

Definition

Permission to list the entries of a directory (equal to #READ_DATA)

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

Property Value

Attributes

Remarks

Permission to list the entries of a directory (equal to #READ_DATA)

Java documentation for java.nio.file.attribute.AclEntryPermission.LIST_DIRECTORY.

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