Interface ISearchMatcher
- Namespace
- Terminal.Gui.FileServices
- Assembly
- Terminal.Gui.dll
Defines whether a given file/directory matches a set of search terms.
public interface ISearchMatcher
Methods
- Initialize(string)
Called once for each new search. Defines the string the user has provided as search terms.
- IsMatch(IFileSystemInfo)
Return true if
f
is a match to the last provided search terms