Summary
Gets matching input files based on globbing patterns and/or absolute paths. If any absolute paths
are provided, only those that actually exist are returned.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .IO - Containing Type
- TestFileSystem
Syntax
public IEnumerable<IFile> GetInputFiles(params string[] patterns)
Parameters
Name | Type | Description |
---|---|---|
patterns | string[] | The globbing patterns and/or absolute paths. |
Return Value
Type | Description |
---|---|
IEnumerable |
All input files that match the globbing patterns and/or absolute paths. |