Summary
Gets an output directory path by combining it with the root path and output path.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .IO - Containing Type
- TestFileSystem
Syntax
public DirectoryPath GetOutputPath(DirectoryPath path = null)
Parameters
Name | Type | Description |
---|---|---|
path | DirectoryPath | The path to combine with the root path and output path.
If this is null , returns the root path combined with the output path. |
Return Value
Type | Description |
---|---|
DirectoryPath | The output directory path. |