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