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