AppDataPaths.Desktop Property

Definition

Gets the path to the desktop folder.

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

Property Value

String

Platform::String

winrt::hstring

The full path to the desktop folder.

Applies to