Environment.DirectoryDcim Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The traditional location for pictures and videos when mounting the device as a camera.
[Android.Runtime.Register("DIRECTORY_DCIM")]
public static string? DirectoryDcim { get; set; }
[<Android.Runtime.Register("DIRECTORY_DCIM")>]
static member DirectoryDcim : string with get, set
Property Value
- Attributes
Remarks
The traditional location for pictures and videos when mounting the device as a camera. Note that this is primarily a convention for the top-level public directory, as this convention makes no sense elsewhere.
Java documentation for android.os.Environment.DIRECTORY_DCIM
.
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.