UserDataPaths.Videos Property

Definition

Gets the path to a user's Videos folder.

public:
 property Platform::String ^ Videos { Platform::String ^ get(); };
winrt::hstring Videos();
public string Videos { get; }
var string = userDataPaths.videos;
Public ReadOnly Property Videos As String

Property Value

String

Platform::String

winrt::hstring

The full path to the user's Videos folder.

Applies to