Click or drag to resize

IFileMatcherFileMatches Method

Check if a file matches

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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