FileSystem.SupportedFileAttributeViews Method

Definition

Returns the set of the FileAttributeView#name names of the file attribute views supported by this FileSystem.

[Android.Runtime.Register("supportedFileAttributeViews", "()Ljava/util/Set;", "GetSupportedFileAttributeViewsHandler", ApiSince=26)]
public abstract System.Collections.Generic.ICollection<string>? SupportedFileAttributeViews ();
[<Android.Runtime.Register("supportedFileAttributeViews", "()Ljava/util/Set;", "GetSupportedFileAttributeViewsHandler", ApiSince=26)>]
abstract member SupportedFileAttributeViews : unit -> System.Collections.Generic.ICollection<string>

Returns

ICollection<String>

An unmodifiable set of the names of the supported file attribute views

Attributes

Remarks

Java documentation for java.nio.file.FileSystem.supportedFileAttributeViews().

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