ToolLocationHelper.PathToSystem Property

Definition

Gets the fully qualified path to the system directory i.e. %SystemRoot%\System32

public:
 static property System::String ^ PathToSystem { System::String ^ get(); };
public static string PathToSystem { get; }
static member PathToSystem : string
Public Shared ReadOnly Property PathToSystem As String

Property Value

The system path.

Remarks

An example of the value returned is the string "C:\WINDOWS\System32".

Applies to