IFileSystem.

InputPaths Property

Summary

Gets the input paths collection which can be used to add or remove input paths.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IFileSystem

Syntax

PathCollection<DirectoryPath> InputPaths { get; }

Value

Type Description
PathCollection<DirectoryPath> The input paths.
GitHub