FileSystemProvider.InstalledProviders Method

Definition

Returns a list of the installed file system providers.

[Android.Runtime.Register("installedProviders", "()Ljava/util/List;", "", ApiSince=26)]
public static System.Collections.Generic.IList<Java.Nio.FileNio.Spi.FileSystemProvider>? InstalledProviders ();
[<Android.Runtime.Register("installedProviders", "()Ljava/util/List;", "", ApiSince=26)>]
static member InstalledProviders : unit -> System.Collections.Generic.IList<Java.Nio.FileNio.Spi.FileSystemProvider>

Returns

An unmodifiable list of the installed file system providers. The list contains at least one element, that is the default file system provider

Attributes

Remarks

Returns a list of the installed file system providers.

The first invocation of this method causes the default provider to be initialized (if not already initialized) and loads any other installed providers as described by the FileSystems class.

Java documentation for java.nio.file.spi.FileSystemProvider.installedProviders().

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