IReadOnlyFileSystem.

GetOutputPath(DirectoryPath) Method

Summary

Gets an output directory path by combining it with the root path and output path.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IReadOnlyFileSystem

Syntax

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.
GitHub