Microsoft.Extensions.FileSystemGlobbing 9.0.0-preview.3.24172.9

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
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
161
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
162
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
163
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
164
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
165
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
166
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
167
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
168
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
174
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
176
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
177
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
178

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
11.0.0-preview.6.26359.118 7 07/15/2026
11.0.0-preview.5.26302.115 17 06/09/2026
11.0.0-preview.4.26230.115 20 05/13/2026
11.0.0-preview.3.26207.106 38 04/14/2026
11.0.0-preview.2.26159.112 34 03/12/2026
11.0.0-preview.1.26104.118 38 02/13/2026
10.0.10 4 07/15/2026
10.0.9 15 06/09/2026
10.0.8 16 05/13/2026
10.0.7 33 04/21/2026
10.0.6 28 04/14/2026
10.0.5 33 03/15/2026
10.0.4 35 03/12/2026
10.0.3 39 02/13/2026
10.0.2 44 01/14/2026
10.0.1 67 12/11/2025
10.0.0 64 11/12/2025
10.0.0-rc.2.25502.107 108 10/15/2025
10.0.0-rc.1.25451.107 96 09/09/2025
10.0.0-preview.7.25380.108 101 08/14/2025
10.0.0-preview.6.25358.103 108 07/17/2025
10.0.0-preview.5.25277.114 112 06/07/2025
10.0.0-preview.4.25258.110 106 05/15/2025
10.0.0-preview.3.25171.5 120 04/12/2025
10.0.0-preview.2.25163.2 113 04/01/2025
10.0.0-preview.1.25080.5 124 04/01/2025
9.0.18 7 07/15/2026
9.0.17 17 06/09/2026
9.0.16 16 05/13/2026
9.0.15 21 04/14/2026
9.0.14 34 03/12/2026
9.0.13 43 02/11/2026
9.0.12 42 01/14/2026
9.0.11 72 11/12/2025
9.0.10 86 10/15/2025
9.0.9 93 09/10/2025
9.0.8 90 08/05/2025
9.0.7 108 07/09/2025
9.0.6 105 06/12/2025
9.0.5 113 05/16/2025
9.0.4 122 04/10/2025
9.0.3 114 03/30/2025
9.0.2 133 03/30/2025
9.0.1 127 03/30/2025
9.0.0 122 11/24/2024
9.0.0-rc.2.24473.5 124 10/21/2024
9.0.0-rc.1.24431.7 102 10/10/2024
9.0.0-preview.7.24405.7 127 08/22/2024
9.0.0-preview.6.24327.7 146 07/19/2024
9.0.0-preview.5.24306.7 162 07/19/2024
9.0.0-preview.4.24266.19 155 07/19/2024
9.0.0-preview.3.24172.9 158 07/19/2024
9.0.0-preview.2.24128.5 132 07/19/2024
9.0.0-preview.1.24080.9 136 07/19/2024
8.0.0 146 02/05/2024
8.0.0-rc.2.23479.6 139 07/19/2024
8.0.0-rc.1.23419.4 159 07/19/2024
8.0.0-preview.7.23375.6 142 07/19/2024
8.0.0-preview.6.23329.7 152 07/19/2024
8.0.0-preview.5.23280.8 158 07/19/2024
8.0.0-preview.4.23259.5 156 07/19/2024
8.0.0-preview.3.23174.8 161 07/19/2024
8.0.0-preview.2.23128.3 147 07/19/2024
8.0.0-preview.1.23110.8 137 07/19/2024
7.0.0 149 02/05/2024
7.0.0-rc.2.22472.3 143 07/19/2024
7.0.0-rc.1.22426.10 153 07/19/2024
7.0.0-preview.7.22375.6 146 07/19/2024
7.0.0-preview.6.22324.4 158 07/19/2024
7.0.0-preview.5.22301.12 150 07/19/2024
7.0.0-preview.4.22229.4 135 07/19/2024
7.0.0-preview.3.22175.4 141 07/19/2024
7.0.0-preview.2.22152.2 152 07/19/2024
7.0.0-preview.1.22076.8 137 07/19/2024
6.0.0 154 07/19/2024
6.0.0-rc.2.21480.5 147 07/19/2024
6.0.0-rc.1.21451.13 151 07/19/2024
6.0.0-preview.7.21377.19 160 07/19/2024
6.0.0-preview.6.21352.12 141 07/19/2024
6.0.0-preview.5.21301.5 152 07/19/2024
6.0.0-preview.4.21253.7 148 07/19/2024
6.0.0-preview.3.21201.4 149 07/19/2024
6.0.0-preview.2.21154.6 147 07/19/2024
6.0.0-preview.1.21102.12 148 07/19/2024
5.0.0 160 07/19/2024
5.0.0-rc.2.20475.5 135 07/19/2024
5.0.0-rc.1.20451.14 134 07/19/2024
5.0.0-preview.8.20407.11 161 07/19/2024
5.0.0-preview.7.20364.11 138 07/19/2024
5.0.0-preview.6.20305.6 140 07/19/2024
5.0.0-preview.5.20278.1 155 07/19/2024
5.0.0-preview.4.20251.6 146 07/19/2024
5.0.0-preview.3.20215.2 144 07/19/2024
5.0.0-preview.2.20160.3 134 07/19/2024
5.0.0-preview.1.20120.4 146 07/19/2024
3.1.32 159 07/19/2024
3.1.31 147 07/19/2024
3.1.30 128 07/19/2024
3.1.29 138 07/19/2024
3.1.28 146 07/19/2024
3.1.27 149 07/19/2024
3.1.26 136 07/19/2024
3.1.25 140 07/19/2024
3.1.24 150 07/19/2024
3.1.23 123 07/19/2024
3.1.22 136 07/19/2024
3.1.21 131 07/19/2024
3.1.20 139 07/19/2024
3.1.19 127 07/19/2024
3.1.18 137 07/19/2024
3.1.17 141 07/19/2024
3.1.16 161 07/19/2024
3.1.15 136 07/19/2024
3.1.14 151 07/19/2024
3.1.13 150 07/19/2024
3.1.12 149 07/19/2024
3.1.11 152 07/19/2024
3.1.10 141 07/19/2024
3.1.9 149 07/19/2024
3.1.8 149 07/19/2024
3.1.7 149 07/19/2024
3.1.6 148 07/19/2024
3.1.5 148 07/19/2024
3.1.4 135 07/19/2024
3.1.3 139 07/19/2024
3.1.2 152 07/19/2024
3.1.1 143 07/19/2024
3.1.0 167 07/19/2024
3.1.0-preview3.19553.2 145 07/19/2024
3.1.0-preview2.19525.4 137 07/19/2024
3.1.0-preview1.19506.1 164 07/19/2024
3.0.3 149 07/19/2024
3.0.2 143 07/19/2024
3.0.1 135 07/19/2024
3.0.0 150 07/19/2024
3.0.0-rc1.19456.10 136 07/19/2024
3.0.0-preview9.19423.4 151 07/19/2024
3.0.0-preview8.19405.4 155 07/19/2024
3.0.0-preview7.19362.4 146 07/19/2024
3.0.0-preview6.19304.6 142 07/19/2024
3.0.0-preview5.19227.9 223 07/19/2024
3.0.0-preview4.19216.2 159 07/19/2024
3.0.0-preview3.19153.1 153 07/19/2024
3.0.0-preview.19074.2 144 07/19/2024
3.0.0-preview.18572.1 145 07/19/2024
2.2.0 144 07/19/2024
2.2.0-preview3-35497 165 07/19/2024
2.2.0-preview2-35157 149 07/19/2024
2.2.0-preview1-35029 153 07/19/2024
2.1.1 142 07/19/2024
2.1.0 153 07/19/2024
2.1.0-rc1-final 151 07/19/2024
2.1.0-preview2-final 151 07/19/2024
2.1.0-preview1-final 146 07/19/2024
2.0.1 157 07/19/2024
2.0.0 160 07/19/2024
2.0.0-preview2-final 162 07/19/2024
2.0.0-preview1-final 162 07/19/2024
1.1.1 148 07/19/2024
1.1.0 145 07/19/2024
1.1.0-preview1-final 150 07/19/2024
1.0.1 135 07/19/2024
1.0.0 171 07/19/2024
1.0.0-rc2-final 155 07/19/2024
1.0.0-rc1-final 144 07/19/2024