Glob
0.1.0
A collection of functions that let's you find files/directories using advanced glob syntax. Uses Microsoft's [File System Globbing library](https://www.nuget.org/packages/Microsoft.Extensions.FileSystemGlobbing).
Installation Options
Owners
Copyright
(c) 2018 WebMD Health Services. All rights reserved.
Package Details
Author(s)
- WebMD Health Services
Tags
glob file directory filesystem globbing files directories search
Functions
Dependencies
This module has no dependencies.
Release Notes
* Fixed: `Find-GlobFile` doesn't work on Linux/macOS.
* Fixed: `Find-GlobFile` doesn't respect user's preference variables.
* Improved performance. If a directory matches an excluded pattern, Glob no longer recurses into it to find files that are just going to be excluded.
* Added debug output. If you want to see what files Glob is looking at and what patterns are matching which files and which patterns and excluding which files, set your DebugPreference to `Continue`.
* Added `-Force` switch to `Find-GlobFile` to include hidden files/folders in searches.
FileList
- Glob.nuspec
- Glob.psd1
- Glob.psm1
- bin\DotNet.Glob.dll
- en-US\about_Glob.help.txt
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.1 | 547,658 | 12/11/2019 |
0.1.0 (current version) | 1,393 | 12/10/2019 |
0.0.0 | 1,737 | 12/14/2018 |