IDosFileAttributeView.ReadAttributes Method
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.
Reads the DOS file attributes as a bulk operation.
[Android.Runtime.Register("readAttributes", "()Ljava/nio/file/attribute/DosFileAttributes;", "GetReadAttributesHandler:Java.Nio.FileNio.Attributes.IDosFileAttributeViewInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)]
public Java.Nio.FileNio.Attributes.IBasicFileAttributes? ReadAttributes();
[<Android.Runtime.Register("readAttributes", "()Ljava/nio/file/attribute/DosFileAttributes;", "GetReadAttributesHandler:Java.Nio.FileNio.Attributes.IDosFileAttributeViewInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
abstract member ReadAttributes : unit -> Java.Nio.FileNio.Attributes.IBasicFileAttributes
Returns
The DOS file attributes.
Implements
- Attributes
Remarks
Java documentation for java.nio.file.attribute.DosFileAttributeView.readAttributes().
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.