ToolLocationHelper.PathToSystem 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 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".