Summary
Gets matching files based on globbing patterns from the root path or absolute paths.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- IReadOnlyFileSystem
Syntax
IEnumerable<IFile> GetFiles(IEnumerable<string> patterns)
Parameters
| Name | Type | Description |
|---|---|---|
| patterns | IEnumerable |
The globbing patterns and/or absolute paths. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
All files in the specified directory that match the globbing patterns and/or absolute paths. |
