UtilitiesEnsureValidAsPath Method |
Address the problem where the target "PATH" calls for a directoryname is already a filename
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static string EnsureValidAsPath(
string sTargetFolder
)
Public Shared Function EnsureValidAsPath (
sTargetFolder As String
) As String
public:
static String^ EnsureValidAsPath(
String^ sTargetFolder
)
Parameters
- sTargetFolder
- Type: SystemString
Return Value
Type:
StringSee Also