SystemDataPaths.Windows Property

Definition

Gets a path to the Windows directory.

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

Property Value

String

Platform::String

winrt::hstring

The full path to the Windows directory.

Applies to