Return an app path (ending in Path.DirectorySeparatorChar) or a filename
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static string GetPath(
string sWhatPath
)
Public Shared Function GetPath (
sWhatPath As String
) As String
public:
static String^ GetPath(
String^ sWhatPath
)
Parameters
- sWhatPath
- Type: SystemString
CASE-SENSITIVE
Return Value
Type:
StringThe specified filesystem path
See Also