TestFileSystem.

OutputPath Property

Summary

Gets or sets the output path.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.IO
Containing Type
TestFileSystem

Syntax

public DirectoryPath OutputPath { get; set; }

Value

Type Description
DirectoryPath The output path.
GitHub