Click or drag to resize

IFileMatcher.FileMatches 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.Shell.SearchOptions
the search criteria
filename
Type: System.String
the filename to match

Return Value

Type: Boolean
true if the file matches
See Also