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