SystemDataPaths.SystemArm Property

Definition

Gets the path to the System folder for a machine using an ARM operating system.

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

Property Value

String

Platform::String

winrt::hstring

The full path to the System folder within an ARM operating system.

Applies to