Summary
Gets a file from a specified path.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .IO - Containing Type
- TestFileProvider
Syntax
public IFile GetFile(FilePath path)
Parameters
Name | Type | Description |
---|---|---|
path | FilePath | The path to the file. |
Return Value
Type | Description |
---|---|
IFile | The file. |