This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Incubator.
Summary
Contains functionality related to file system globbing.
- Assembly
- Cake
.Incubator .dll - Namespace
- Cake
.Incubator .GlobbingExtensions - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["GlobbingExtensions"]
class Type type-node
Syntax
public static class GlobbingExtensions
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
GetFiles |
FilePathCollection |
Gets FilePaths using glob patterns
static
|
GetMatchingFiles |
FilePathCollection |
Returns files in the same directory that have the same file name but different extensions
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|