Summary
Gets a directory representing an input.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- IReadOnlyFileSystem
Syntax
IDirectory GetInputDirectory(DirectoryPath path = null)
Parameters
Name | Type | Description |
---|---|---|
path | DirectoryPath |
The path of the input directory. If this is an absolute path,
then a directory representing the specified path is returned.
If it's a relative path, then the returned directory will
be a virtual directory that aggregates all input
paths. If this is null then a virtual
directory aggregating all input paths is returned.
|
Return Value
Type | Description |
---|---|
IDirectory | An input directory. |