Summary
Contains extensions for
IGlobber
.
- Namespace
- Cake
.Core .IO - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["GlobberExtensions"]
class Type type-node
Syntax
public static class GlobberExtensions
Methods
Name | Value | Summary |
---|---|---|
GetDirectories |
IEnumerable |
Gets all directories matching the specified pattern.
static
|
GetDirectories |
IEnumerable |
Gets all directories matching the specified pattern.
static
|
GetFiles |
IEnumerable |
Gets all files matching the specified pattern.
static
|
GetFiles |
IEnumerable |
Gets all files matching the specified pattern.
static
|
Match |
IEnumerable |
Returns
Path instances matching the specified pattern.
static
|
Match |
IEnumerable |
Returns
Path instances matching the specified pattern.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|