Android.Content.Context.GetFileStreamPath Method
Returns the absolute path on the filesystem where a file created with 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 abstract Java.IO.File GetFileStreamPath (string name)

See Also

Context.OpenFileOutput(string, Android.Content.FileCreationMode)
Context.FilesDir
Context.GetDir(string, Android.Content.FileCreationMode)

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 Context.OpenFileOutput(string, 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