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