Click or drag to resize

GlobMatcherIsMatch(String) Method

Determines whether the specified input path matches the configured include and exclude patterns.

Namespace: Altaxo.Serialization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public 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