GlobMatcherIsMatch(String) Method |
Determines whether the specified input path matches the configured include and exclude patterns.
Namespace: Altaxo.SerializationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic bool IsMatch(
string input
)
Parameters
- input String
- The input path to test.
Return Value
Boolean if the path matches an include pattern and no exclude pattern; otherwise,
.
See Also