AclEntryPermission.AddFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.