SystemDataPaths.PublicDocuments Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

The full path to the Public Documents folder.

Applies to