UserDataPaths.Desktop Property

Definition

Gets the path to a user's Desktop folder.

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

Property Value

String

Platform::String

winrt::hstring

The full path to the user's Desktop folder.

Applies to