Compartilhar via


AclEntryPermission.AddFile Property

Definition

Permission to add a new file to a directory (equal to #WRITE_DATA)

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

Property Value

Attributes

Remarks

Permission to add a new file to a directory (equal to #WRITE_DATA)

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

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