PeanutButter
|
Provides a service to resolve path files, including with globbing. More...
Public Member Functions | |
IEnumerable< string > | Resolve (params string[] patterns) |
Given a bunch of patterns or absolute paths, will return back file entries which match the given paths/patterns. |
Provides a service to resolve path files, including with globbing.
IEnumerable< string > PeanutButter.Utils.IFilePathResolver.Resolve | ( | params string[] | patterns | ) |
Given a bunch of patterns or absolute paths, will return back file entries which match the given paths/patterns.
patterns |
Implemented in PeanutButter.Utils.FilePathResolver.