Check if a file matches
| C# | Visual Basic | Visual C++ |
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 )
- p_SearchOptions (SearchOptions)
- the search criteria
- filename (String)
- the filename to match
true if the file matches