Summary
Contains extensions for
IDirectory
.
- Namespace
- Cake
.Core - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["DirectoryExtensions"]
class Type type-node
Syntax
public static class DirectoryExtensions
Methods
Name | Value | Summary |
---|---|---|
GetDirectories |
IEnumerable |
Gets directories matching the specified filter and scope, with option to exclude hidden directories.
static
|
GetDirectories |
IEnumerable |
Gets directories matching the specified filter and scope, with option to exclude hidden directories.
static
|
GetFiles |
IEnumerable |
Gets files matching the specified filter and scope.
static
|
GetFiles |
IEnumerable |
Gets files matching the specified filter and scope.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|