|
| static IEnumerable< AbsolutePath > | SearchFiles (this AbsolutePath root, string pattern) |
| | Very similar to GlobFiles but uses different engines for better performance depenging on user's setup and platform.
|
| |
| static IEnumerable< AbsolutePath > | SearchDirectories (this AbsolutePath root, string pattern) |
| | Very similar to GlobDirectories but uses different engines for better performance depenging on user's setup and platform.
|
| |
Definition at line 19 of file ISearchFiles.cs.
◆ GetGlobbing()
◆ SearchDirectories()
| static IEnumerable< AbsolutePath > Nuke.Cola.Search.SearchFileSystem.SearchDirectories |
( |
this AbsolutePath | root, |
|
|
string | pattern ) |
|
static |
Very similar to GlobDirectories but uses different engines for better performance depenging on user's setup and platform.
As of time of writing the following engines available:
- Nuke built in Globbing
- Voidtools Everything if installed on the system
◆ SearchFiles()
| static IEnumerable< AbsolutePath > Nuke.Cola.Search.SearchFileSystem.SearchFiles |
( |
this AbsolutePath | root, |
|
|
string | pattern ) |
|
static |
Very similar to GlobFiles but uses different engines for better performance depenging on user's setup and platform.
As of time of writing the following engines available:
- Nuke built in Globbing
- Voidtools Everything if installed on the system
◆ _current
The documentation for this class was generated from the following file:
- /home/runner/work/md.Nuke.Cola/md.Nuke.Cola/md.Nuke.Cola/Search/ISearchFiles.cs