FileSystem.Provider Method

Definition

Returns the provider that created this file system.

[Android.Runtime.Register("provider", "()Ljava/nio/file/spi/FileSystemProvider;", "GetProviderHandler", ApiSince=26)]
public abstract Java.Nio.FileNio.Spi.FileSystemProvider? Provider ();
[<Android.Runtime.Register("provider", "()Ljava/nio/file/spi/FileSystemProvider;", "GetProviderHandler", ApiSince=26)>]
abstract member Provider : unit -> Java.Nio.FileNio.Spi.FileSystemProvider

Returns

The provider that created this file system.

Attributes

Remarks

Returns the provider that created this file system.

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

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