Click or drag to resize

ShellBrowserMatchPattern Method

Returns true if the given string matched the wild card pattern

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public static bool MatchPattern(
	string element,
	string pattern
)

Parameters

element  String
the element to check if it matches the pattern
pattern  String
the pattern ie. *.* or *a?.txt

Return Value

Boolean
true if the element matched the pattern
See Also