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