Summary
Reads all files that match the specified globbing patterns and/or absolute paths. This allows you to
specify different patterns and/or paths depending on the context.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .IO - Containing Type
- ReadFiles
Syntax
public ReadFiles(ContextConfig patterns)
Parameters
| Name | Type | Description |
|---|---|---|
| patterns | ContextConfig | A delegate that returns one or more globbing patterns and/or absolute paths. |
Return Value
| Type | Description |
|---|---|
| void |
