Android.Content.ContextWrapper.GetDatabasePath Method
Returns the absolute path on the filesystem where a database created with Context.OpenOrCreateDatabase(string, Android.Content.FileCreationMode, Android.Content.FileCreationMode) is stored.

Syntax

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

Parameters

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

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the absolute path on the filesystem where a database created with Context.OpenOrCreateDatabase(string, Android.Content.FileCreationMode, Android.Content.FileCreationMode) is stored.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1