Wildcardsearch 1.2.2
See the version list below for details.
dotnet add package Wildcardsearch --version 1.2.2
NuGet\Install-Package Wildcardsearch -Version 1.2.2
<PackageReference Include="Wildcardsearch" Version="1.2.2" />
paket add Wildcardsearch --version 1.2.2
#r "nuget: Wildcardsearch, 1.2.2"
// Install Wildcardsearch as a Cake Addin #addin nuget:?package=Wildcardsearch&version=1.2.2 // Install Wildcardsearch as a Cake Tool #tool nuget:?package=Wildcardsearch&version=1.2.2
WildCard Search On File System by DAVCA SARL Version 1.2.2, February 2019
How To Use Make sure that you specified the pattern as follows:
When you want to find files using "*" on a specific directory :
Using the extension:
On Windows : "C:\**\.xls" or "C:\**\*.log" On Linux : "/tmp/**/.docx" or "/tmp/**/*.docx"
Using the name:
On Windows : "C:\**\file" or "C:\**\*file" On Linux : "/tmp/**/file" or "/tmp/**/*file"
When you want to find files on the whole system :
Using the extension:
On Windows : "**/*.xls" or "**/.log" On Linux : "**/*.docx" or "/**/*.docx" or "~/**/*.docx"
Using the name:
On Windows : "**/*file" or "**/file" On Linux : "**/*file" or "/**/*file" or "~/**/*file"
3. When you want to find a file using "?" :
Using the complete file name:
On Windows : "C:\**\file?" or **/file?"
On Linux : "/tmp/**/file?" or "/**/file?"
Using the file extension:
On Windows : "C:\**\.xls?" or "**/.log?"
On Linux : "/opt/**/.docx?" or "/**/.docx?"
4. When you want to find files from the current Directory:
Using the name:
On Windows : "*FileName" or "FileName?"
On Linux : "*FileName" or "FileName?"
Using the extension:
On Windows : ".xls?" or ".log" or "*.log"
On Linux : ".xls?" or ".log"
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
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 |
---|---|---|
1.3.189955280 | 707 | 4/3/2019 |
1.3.185740188 | 602 | 3/28/2019 |
1.3.178827944 | 568 | 3/16/2019 |
1.3.178811802 | 566 | 3/16/2019 |
1.3.178758045 | 550 | 3/16/2019 |
1.3.175759094 | 583 | 3/12/2019 |
1.3.175758039 | 565 | 3/12/2019 |
1.3.170354492 | 574 | 3/1/2019 |
1.3.170354074 | 606 | 3/1/2019 |
1.3.166269472 | 585 | 2/22/2019 |
1.3.165034663 | 560 | 2/21/2019 |
1.3.1 | 554 | 2/22/2019 |
1.2.2 | 651 | 2/20/2019 |
1.2.1 | 624 | 2/15/2019 |
1.2.0 | 645 | 2/15/2019 |
1.1.3 | 679 | 2/8/2019 |
1.1.2.165034202 | 596 | 2/21/2019 |
1.1.2.165024488 | 579 | 2/21/2019 |
1.1.2.165022741 | 612 | 2/21/2019 |
1.1.2 | 660 | 2/8/2019 |
1.1.1 | 665 | 2/8/2019 |
1.1.0 | 641 | 2/6/2019 |
1.0.0 | 645 | 2/1/2019 |
This version has been repackaged as a library, so that he can be linked in an application. The exe packaging is being discontinued.