Click or drag to resize

GlobMatcherGetMatchingFiles Method

Enumerates files that match 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 List<string> GetMatchingFiles(
	CancellationToken cancellationToken = default
)

Parameters

cancellationToken  CancellationToken  (Optional)

[Missing <param name="cancellationToken"/> documentation for "M:Altaxo.Serialization.GlobMatcher.GetMatchingFiles(System.Threading.CancellationToken)"]

Return Value

ListString
A list of matching files.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when at least one include pattern is not an absolute path.
See Also