UserDataPaths.Downloads Property

Definition

Gets the path to a user's Downloads folder.

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

Property Value

String

Platform::String

winrt::hstring

The full path to the user's Downloads folder.

Applies to