Summary
Helper methods to work with globbing patterns.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .IO .Globbing - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Globber"]
class Type type-node
Syntax
public static class Globber
Methods
Name | Value | Summary |
---|---|---|
ExpandBraces |
IEnumerable |
Expands all brace ranges in a pattern, returning a sequence containing every possible combination.
static
|
GetFiles |
IEnumerable |
Gets files from the specified directory using globbing patterns.
static
|
GetFiles |
IEnumerable |
Gets files from the specified directory using globbing patterns.
static
|