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