FileSystemProvider.InstalledProviders 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.
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.