Click or drag to resize

ShellBrowserMatchPattern Method

Returns true if the given string matched the wild card pattern

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

Parameters

element
Type: SystemString
the element to check if it matches the pattern
pattern
Type: SystemString
the pattern ie. *.* or *a?.txt

Return Value

Type: Boolean
true if the element matched the pattern
See Also