SystemDataPaths.SystemHost Property

Definition

Gets the path to the System folder regardless of the operating system architecture (x64, x86, ARM).

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

Property Value

String

Platform::String

winrt::hstring

The full path to the System folder.

Applies to