SystemDataPaths.System Property

Definition

Gets the path to the Windows system folder.

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

Property Value

String

Platform::String

winrt::hstring

The full path to the Windows system folder.

Applies to