UtilitiesCollapsePath Method |
Convert a full path into one that uses environment variables
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static string CollapsePath(
string sPath
)
Public Shared Function CollapsePath (
sPath As String
) As String
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