SystemDataPaths.Public Property

Definition

Gets the path to the Public folder on the machine.

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

Property Value

String

Platform::String

winrt::hstring

The full path to the Public folder.

Remarks

The Public folder typically contains additional public folders, for example, Public Documents, Public Pictures, etc.

Applies to