Summary
Gets a file from a specified path.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- IFileProvider
Syntax
IFile GetFile(FilePath path)
Parameters
Name | Type | Description |
---|---|---|
path | FilePath | The path to the file. |
Return Value
Type | Description |
---|---|
IFile | The file. |