Helper methods to work with globbing patterns.
- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["Globber"]
class Type type-node
Syntax
public static class Globber
Methods
| Name | Return Value | Summary |
|---|---|---|
| GetFiles |
IEnumerable |
Gets files from the specified directory using globbing patterns.
static
|
| GetFiles |
IEnumerable |
Gets files from the specified directory using globbing patterns.
static
|