Click or drag to resize
CONFIGGetPath Method
Return an app path (ending in Path.DirectorySeparatorChar) or a filename

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

Parameters

sWhatPath
Type: SystemString
CASE-SENSITIVE

Return Value

Type: String
The specified filesystem path
See Also