Click or drag to resize
UtilitiesCollapsePath Method
Convert a full path into one that uses environment variables

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

Parameters

sPath
Type: SystemString
e.g. C:\windows\system32\foo.dll

Return Value

Type: String
%WINDIR%\System32\foo.dll
See Also