Android.Test.Mock.MockContext.GetFileStreamPath Method
Returns the absolute path on the filesystem where a file created with Android.Content.Context.OpenFileOutput(string, Android.Content.FileCreationMode) is stored.

Syntax

[Android.Runtime.Register("getFileStreamPath", "(Ljava/lang/String;)Ljava/io/File;", "GetGetFileStreamPath_Ljava_lang_String_Handler")]
public override Java.IO.File GetFileStreamPath (string name)

Parameters

name
The name of the file 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 file created with Android.Content.Context.OpenFileOutput(string, Android.Content.FileCreationMode) is stored.

[Android Documentation]

Requirements

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