SystemDataPaths.SystemArm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The full path to the System folder within an ARM operating system.