Summary
    Gets an absolute file.
    
		- Assembly
- Wyam.Common .dll 
- Namespace
- Wyam.Common .IO 
- Containing Type
- IReadOnlyFileSystem
Syntax
IFile GetFile(FilePath path)Parameters
| Name | Type | Description | 
|---|---|---|
| path | FilePath | The absolute path of the file. | 
Return Value
| Type | Description | 
|---|---|
| IFile | A file. | 
