Environment.DirectoryMovies 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.
Standard directory in which to place movies that are available to the user.
[Android.Runtime.Register("DIRECTORY_MOVIES")]
public static string? DirectoryMovies { get; set; }
[<Android.Runtime.Register("DIRECTORY_MOVIES")>]
static member DirectoryMovies : string with get, set
Property Value
- Attributes
Remarks
Standard directory in which to place movies 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 movies in any directory.
Java documentation for android.os.Environment.DIRECTORY_MOVIES
.
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.