Files.GetFileStore(IPath) Method

Definition

Returns the FileStore representing the file store where a file is located.

[Android.Runtime.Register("getFileStore", "(Ljava/nio/file/Path;)Ljava/nio/file/FileStore;", "", ApiSince=26)]
public static Java.Nio.FileNio.FileStore? GetFileStore (Java.Nio.FileNio.IPath? path);
[<Android.Runtime.Register("getFileStore", "(Ljava/nio/file/Path;)Ljava/nio/file/FileStore;", "", ApiSince=26)>]
static member GetFileStore : Java.Nio.FileNio.IPath -> Java.Nio.FileNio.FileStore

Parameters

path
IPath

the path to the file

Returns

FileStore

the file store where the file is stored

Attributes

Remarks

Java documentation for java.nio.file.Files.getFileStore(java.nio.file.Path).

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