GetSystemChromePath Method
GetSystemChromePath()
Gets the path to the Google Chrome browser executable installed in the operating system.
Declaration
public static string GetSystemChromePath()
Public Shared Function GetSystemChromePath() As String
Returns
Type |
Description |
string |
The path to the browser executable, or null if the browser was not found.
|