Summary
Gets a directory from a specified path.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- IFileProvider
Syntax
IDirectory GetDirectory(DirectoryPath path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | DirectoryPath | The path to the directory. |
Return Value
| Type | Description |
|---|---|
| IDirectory | The directory. |
