Microsoft.Extensions.FileSystemGlobbing 9.0.2

About

Provides support for matching file system names/paths using glob patterns.

Key Features

  • Contains the Matcher type, which can be used to match files in the file system based on user-defined patterns.

How to Use

Get all matching files:

using Microsoft.Extensions.FileSystemGlobbing;

Matcher matcher = new();
matcher.AddIncludePatterns(new[] { "*.txt", "*.asciidoc", "*.md" });

string searchDirectory = "../starting-folder/";

IEnumerable<string> matchingFiles = matcher.GetResultsInFullPath(searchDirectory);

// Use matchingFiles if there are any found.
// The files in this collection are fully qualified file system paths.

Main Types

The main types provided by this library are:

  • Microsoft.Extensions.FileSystemGlobbing.Matcher

Additional Documentation

Feedback & Contributing

Microsoft.Extensions.FileSystemGlobbing is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.Extensions.FileSystemGlobbing.

Packages Downloads
AME.Extensions
Densen的.net常用扩展库
14
AME.Extensions
Densen的.net常用扩展库
15
AME.Extensions
Densen的.net常用扩展库
16
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
14
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
14
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
15
Microsoft.AspNetCore.Mvc.TagHelpers
ASP.NET Core MVC default tag helpers. Contains tag helpers for anchor tags, HTML input elements, caching, scripts, links (for CSS), and more.
15
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
14
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
15
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
24
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
34
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
35
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
188
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
5,414
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
8,967

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

  • No dependencies.

.NET 8.0

  • No dependencies.

.NET 9.0

  • No dependencies.

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
9.0.2 1 02/16/2025
9.0.1 3 01/25/2025
9.0.0 12 11/14/2024
9.0.0-rc.2.24473.5 10 12/04/2024
9.0.0-rc.1.24431.7 6 12/08/2024
9.0.0-preview.7.24405.7 6 12/02/2024
9.0.0-preview.6.24327.7 8 12/02/2024
9.0.0-preview.5.24306.7 7 12/02/2024
9.0.0-preview.4.24266.19 14 05/29/2024
9.0.0-preview.3.24172.9 13 05/15/2024
9.0.0-preview.2.24128.5 10 05/03/2024
9.0.0-preview.1.24080.9 12 05/02/2024
8.0.0 208 12/09/2023
8.0.0-rc.2.23479.6 9 05/29/2024
8.0.0-rc.1.23419.4 11 05/29/2024
8.0.0-preview.7.23375.6 8 05/29/2024
8.0.0-preview.6.23329.7 24 08/07/2023
8.0.0-preview.5.23280.8 12 05/29/2024
8.0.0-preview.4.23259.5 8 05/29/2024
8.0.0-preview.3.23174.8 6 05/29/2024
8.0.0-preview.2.23128.3 10 05/04/2024
8.0.0-preview.1.23110.8 8 05/25/2024
7.0.0 28 09/08/2023
7.0.0-rc.2.22472.3 11 05/29/2024
7.0.0-rc.1.22426.10 8 05/07/2024
7.0.0-preview.7.22375.6 14 05/29/2024
7.0.0-preview.6.22324.4 11 05/29/2024
7.0.0-preview.5.22301.12 7 05/29/2024
7.0.0-preview.4.22229.4 8 05/29/2024
7.0.0-preview.3.22175.4 9 05/29/2024
7.0.0-preview.2.22152.2 8 05/29/2024
7.0.0-preview.1.22076.8 13 05/29/2024
6.0.2-mauipre.1.22102.15 6 05/29/2024
6.0.2-mauipre.1.22054.8 9 05/29/2024
6.0.0-rc.2.21480.5 9 05/29/2024
6.0.0-rc.1.21451.13 11 11/03/2022
6.0.0-preview.7.21377.19 10 05/29/2024
6.0.0-preview.6.21352.12 14 05/29/2024
6.0.0-preview.5.21301.5 9 05/08/2024
6.0.0-preview.4.21253.7 10 05/29/2024
6.0.0-preview.3.21201.4 9 05/07/2024
6.0.0-preview.2.21154.6 8 05/08/2024
6.0.0-preview.1.21102.12 9 05/29/2024
5.0.0-rc.2.20475.5 9 05/05/2024
5.0.0-rc.1.20451.14 7 05/02/2024
5.0.0-preview.8.20407.11 10 05/29/2024
5.0.0-preview.7.20364.11 9 05/29/2024
5.0.0-preview.6.20305.6 7 05/29/2024
5.0.0-preview.5.20278.1 11 05/29/2024
5.0.0-preview.4.20251.6 8 05/29/2024
5.0.0-preview.3.20215.2 10 05/20/2024
5.0.0-preview.2.20160.3 10 05/29/2024
5.0.0-preview.1.20120.4 8 05/16/2024
3.1.32 9,104 05/11/2023
3.1.31 8 05/05/2024
3.1.30 5,472 11/03/2022
3.1.29 14 05/29/2024
3.1.28 12 05/20/2024
3.1.27 12 05/02/2024
3.1.26 11 05/05/2024
3.1.25 14 05/29/2024
3.1.23 34 06/06/2023
3.1.22 14 05/29/2024
3.1.20 9 05/08/2024
3.1.19 11 05/07/2024
3.1.18 10 05/22/2024
3.1.17 11 05/29/2024
3.1.16 13 05/29/2024
3.1.15 11 05/03/2024
3.1.14 12 05/24/2024
3.1.13 13 02/24/2023
3.1.12 10 05/04/2024
3.1.11 10 05/13/2024
3.1.10 14 05/29/2024
3.1.8 12 05/02/2024
3.1.7 12 05/01/2024
3.1.5 12 05/29/2024
3.1.4 10 03/05/2024
3.1.3 12 11/04/2022
3.1.0 12 05/08/2024
3.1.0-preview3.19553.2 13 11/04/2022
3.1.0-preview2.19525.4 10 05/29/2024
3.1.0-preview1.19506.1 11 05/29/2024
3.0.3 12 05/13/2024
3.0.2 10 05/08/2024
3.0.1 10 05/26/2024
3.0.0-rc1.19456.10 16 05/03/2024
3.0.0-preview9.19423.4 9 05/29/2024
3.0.0-preview8.19405.4 6 05/29/2024
3.0.0-preview7.19362.4 7 05/29/2024
3.0.0-preview6.19304.6 9 05/29/2024
3.0.0-preview5.19227.9 7 05/29/2024
3.0.0-preview4.19216.2 10 05/29/2024
3.0.0-preview3.19153.1 11 05/29/2024
3.0.0-preview.19074.2 9 04/30/2024
3.0.0-preview.18572.1 10 05/29/2024
2.2.0-preview3-35497 9 05/29/2024
2.2.0-preview2-35157 9 05/29/2024
2.2.0-preview1-35029 10 05/29/2024
2.1.0-rc1-final 10 05/29/2024
2.1.0-preview2-final 14 05/07/2024
2.1.0-preview1-final 11 05/29/2024
2.0.0-preview2-final 10 05/07/2024
2.0.0-preview1-final 12 05/29/2024
1.1.0 9 05/25/2024
1.1.0-preview1-final 12 05/29/2024
1.0.1 9 05/08/2024
1.0.0 12 05/25/2024
1.0.0-rc2-final 11 05/29/2024
1.0.0-rc1-final 11 05/29/2024