GlobFilter.IsMatch method
namespace: Serenity.IO assembly: Serenity.Net.Core
Determines whether the specified path is matching this filter.
public bool IsMatch(string path)
| parameter | description |
|---|---|
| path | The path. |
Return Value
true if the specified path is match; otherwise, false.
See Also
- class GlobFilter