GetOutputPath(IReadOnlyFileSystem, NormalizedPath) Method
Gets an output path by combining it with the root path and output path.
Namespace
Statiq.Common
Containing Type
IReadOnlyFileSystemExtensions

Syntax

public static NormalizedPath GetOutputPath(this IReadOnlyFileSystem fileSystem, in NormalizedPath path)

Parameters

Name Type Description
fileSystem IReadOnlyFileSystem The file system.
path NormalizedPath 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
NormalizedPath The output path.