Skip to content

Latest commit

 

History

History
 
 

Microsoft.Extensions.FileSystemGlobbing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.