Reads all files that match the specified globbing patterns and/or absolute paths.
- Namespace
- Statiq
.Core - Containing Type
- ReadFiles
Syntax
public ReadFiles(IEnumerable<string> patterns)
Parameters
Name | Type | Description |
---|---|---|
patterns | IEnumerable |
The globbing patterns and/or absolute paths to read. If a null or empty collection is specified, all files will be read. If the collection contains a single pattern as null or an empty string pattern, no files will be read. |