Summary
Gets an output file path by combining it with the root path and output path.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .IO - Containing Type
- TestFileSystem
Syntax
public FilePath GetOutputPath(FilePath path)
Parameters
Name | Type | Description |
---|---|---|
path | FilePath | The path to combine with the root path and output path. |
Return Value
Type | Description |
---|---|
FilePath | The output file path. |