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