ContextWrapper.GetDatabasePath(String) Method

Definition

[Android.Runtime.Register("getDatabasePath", "(Ljava/lang/String;)Ljava/io/File;", "GetGetDatabasePath_Ljava_lang_String_Handler")]
public override Java.IO.File? GetDatabasePath (string? name);
[<Android.Runtime.Register("getDatabasePath", "(Ljava/lang/String;)Ljava/io/File;", "GetGetDatabasePath_Ljava_lang_String_Handler")>]
override this.GetDatabasePath : string -> Java.IO.File

Parameters

name
String

The name of the database for which you would like to get its path.

Returns

Attributes

Remarks

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