Click or drag to resize

IFileMatcherFileMatches Method

Check if a file matches

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

Parameters

p_SearchOptions  SearchOptions
the search criteria
filename  String
the filename to match

Return Value

Boolean
true if the file matches
See Also