AtomicFile.BaseFile Property
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.
Return the path to the base file.
public virtual Java.IO.File? BaseFile { [Android.Runtime.Register("getBaseFile", "()Ljava/io/File;", "GetGetBaseFileHandler")] get; }
[<get: Android.Runtime.Register("getBaseFile", "()Ljava/io/File;", "GetGetBaseFileHandler")>]
member this.BaseFile : Java.IO.File
Property Value
- Attributes
Remarks
Return the path to the base file. You should not generally use this, as the data at that path may not be valid.
Java documentation for android.util.AtomicFile.getBaseFile()
.
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.