Click or drag to resize
UtilitiesObtainOpenFilename Method (String, String, String)
Queries the user for an OPEN filename

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static string ObtainOpenFilename(
	string sDialogTitle,
	string sFilter,
	string sInitialDirectory
)

Parameters

sDialogTitle
Type: SystemString
Dialog title
sFilter
Type: SystemString
String representing file dialog filter
sInitialDirectory
Type: SystemString
Initial directory or null

Return Value

Type: String
Filename or null
See Also