Back to Dotnet

Microsoft.Extensions.FileSystemGlobbing

src/libraries/Microsoft.Extensions.FileSystemGlobbing/README.md

11.0.100911 B
Original Source

Microsoft.Extensions.FileSystemGlobbing

This assembly provides support for matching file system names/paths using glob patterns.

The primary type is Matcher, you can AddInclude(string) and/or AddExclude(string) glob patterns and Execute(DirectoryInfoBase) the matcher in order to get a PatternMatchingResult of the specified directory.

Contribution Bar

Deployment

The Microsoft.Extensions.FileSystemGlobbing assembly is shipped as a NuGet package.