Environment.DirectoryPictures Property

Definition

Standard directory in which to place pictures that are available to the user.

[Android.Runtime.Register("DIRECTORY_PICTURES")]
public static string? DirectoryPictures { get; set; }
[<Android.Runtime.Register("DIRECTORY_PICTURES")>]
static member DirectoryPictures : string with get, set

Property Value

Attributes

Remarks

Standard directory in which to place pictures that are available to the user. Note that this is primarily a convention for the top-level public directory, as the media scanner will find and collect pictures in any directory.

Java documentation for android.os.Environment.DIRECTORY_PICTURES.

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