Olve.Paths.Glob
0.26.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Olve.Paths.Glob --version 0.26.2
NuGet\Install-Package Olve.Paths.Glob -Version 0.26.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Olve.Paths.Glob" Version="0.26.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Olve.Paths.Glob" Version="0.26.2" />
<PackageReference Include="Olve.Paths.Glob" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Olve.Paths.Glob --version 0.26.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Olve.Paths.Glob, 0.26.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Olve.Paths.Glob@0.26.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Olve.Paths.Glob&version=0.26.2
#tool nuget:?package=Olve.Paths.Glob&version=0.26.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Olve.Paths.Glob
Globbing extension for Olve.Paths
library.
Features
- Support for Unix-style globbing patterns, including wildcards
*
and**
.
Installation
Simply install the package via NuGet:
dotnet add package Olve.Paths.Glob
Usage
using Olve.Paths;
var path = Path.Create("/home/user/documents");
var glob = path.Glob("*.txt"); // Matches all .txt files in the directory
var allFiles = path.Glob("**/*"); // Matches all files in the directory and subdirectories
See the API documentation for more details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- Microsoft.Extensions.FileSystemGlobbing (>= 9.0.5)
- Olve.Paths (>= 0.26.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.33.0 | 11 | 9/13/2025 |
0.32.2 | 111 | 8/9/2025 |
0.32.1 | 116 | 8/9/2025 |
0.32.0 | 162 | 8/8/2025 |
0.31.0 | 221 | 8/5/2025 |
0.30.0 | 66 | 8/3/2025 |
0.29.1 | 67 | 8/3/2025 |
0.29.0 | 63 | 8/3/2025 |
0.28.2 | 40 | 8/2/2025 |
0.26.2 | 480 | 7/21/2025 |
0.23.0 | 73 | 7/5/2025 |
0.22.2 | 88 | 6/7/2025 |
0.22.1 | 73 | 6/7/2025 |
0.22.0 | 75 | 6/7/2025 |
0.21.0 | 84 | 6/7/2025 |
0.20.2 | 248 | 5/13/2025 |
0.20.1 | 169 | 4/22/2025 |
0.20.0 | 167 | 4/22/2025 |
0.19.3 | 106 | 4/12/2025 |
0.18.0 | 149 | 4/11/2025 |
0.17.2 | 171 | 4/8/2025 |