IFileMatcherFileMatches Method |
Check if a file matches
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax bool FileMatches(
SearchOptions p_SearchOptions,
string filename
)
Function FileMatches (
p_SearchOptions As SearchOptions,
filename As String
) As Boolean
bool FileMatches(
SearchOptions^ p_SearchOptions,
String^ filename
)
abstract FileMatches :
p_SearchOptions : SearchOptions *
filename : string -> bool
Parameters
- p_SearchOptions
- Type: Jam.ShellSearchOptions
the search criteria - filename
- Type: SystemString
the filename to match
Return Value
Type:
Booleantrue if the file matches
See Also