Click or drag to resize

IFileMatcherFileMatches Method

Check if a file matches

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
bool FileMatches(
	SearchOptions p_SearchOptions,
	string filename
)

Parameters

p_SearchOptions
Type: Jam.ShellSearchOptions
the search criteria
filename
Type: SystemString
the filename to match

Return Value

Type: Boolean
true if the file matches
See Also