Summary
Gets a file representing an input.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .IO - Containing Type
- TestFileSystem
Syntax
public IFile GetInputFile(FilePath path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | FilePath | The path of the input file. If this is an absolute path, then a file representing the specified path is returned. If it's a relative path, then operations will search all current input paths. |
Return Value
| Type | Description |
|---|---|
| IFile | An input file. |
