IFileSystem.

OutputPath Property

Summary

Gets or sets the output path.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IFileSystem

Syntax

DirectoryPath OutputPath { get; set; }

Value

Type Description
DirectoryPath The output path.
GitHub