Gets a directory from a specified path.
- Namespace
- Statiq
.Core - Containing Type
- LocalFileProvider
- Implements
Syntax
public IDirectory GetDirectory(NormalizedPath path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | NormalizedPath | The path to the directory. |
Return Value
| Type | Description |
|---|---|
| IDirectory | The directory. |