Click or drag to resize
CONFIGGetRegPath Method
Get a registry path for a named constant

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static string GetRegPath(
	string sWhatPath
)

Parameters

sWhatPath
Type: SystemString
The path to retrieve [Root, UI, Dynamic, Prefs]

Return Value

Type: String
The registry path
See Also