Files.GetFileStore(IPath) 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 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
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.