SystemDataPaths.PublicDesktop Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

The full path to the Public Desktop folder.

Applies to