Android.Content.Context.FilesDir Property
Returns the absolute path to the directory on the filesystem where files created with Context.OpenFileOutput(string, Android.Content.FileCreationMode) are stored.

Syntax

[get: Android.Runtime.Register("getFilesDir", "()Ljava/io/File;", "GetGetFilesDirHandler")]
public abstract Java.IO.File FilesDir { get; }

See Also

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

Value

Documentation for this section has not yet been entered.

Remarks

Returns the absolute path to the directory on the filesystem where files created with Context.OpenFileOutput(string, Android.Content.FileCreationMode) are stored.

No permissions are required to read or write to the returned path, since this path is internal storage.

[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