SystemDataPaths.PublicDownloads Property

Definition

Gets the path to the Public Downloads folder on the machine.

public:
 property Platform::String ^ PublicDownloads { Platform::String ^ get(); };
winrt::hstring PublicDownloads();
public string PublicDownloads { get; }
var string = systemDataPaths.publicDownloads;
Public ReadOnly Property PublicDownloads As String

Property Value

String

Platform::String

winrt::hstring

The full path to the Public Downloads folder.

Applies to