GlobMatcherGetMatchingFiles Method |
Enumerates files that match the configured include and exclude patterns.
Namespace: Altaxo.SerializationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic 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
ListStringA list of matching files.
Exceptions
See Also