SystemDataPaths.SystemX86 Property

Definition

Gets the path to the 32-bit Windows system folder.

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

Property Value

String

Platform::String

winrt::hstring

The full path to the 32-bit Windows system folder.

Applies to