Summary
Contains functionality related to file system globbing.
- Namespace
- Cake
.Common .IO - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["GlobbingAliases"]
class Type type-node
Syntax
[CakeAliasCategory("Globbing")]
public static class GlobbingAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
GetDirectories |
Directory |
Gets all directories matching the specified pattern.
static
|
GetDirectories |
Directory |
Gets all directories matching the specified pattern.
static
|
GetFiles |
FilePathCollection |
Gets all files matching the specified pattern.
static
|
GetFiles |
FilePathCollection |
Gets all files matching the specified pattern.
static
|
GetPaths |
PathCollection |
Gets all paths matching the specified pattern.
static
|
GetPaths |
PathCollection |
Gets all paths 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
|