Summary
    Gets a file representing a temp file.
    
		- Assembly
- Wyam.Common .dll 
- Namespace
- Wyam.Common .IO 
- Containing Type
- IReadOnlyFileSystem
Syntax
IFile GetTempFile(FilePath path)Parameters
| Name | Type | Description | 
|---|---|---|
| path | FilePath | If this is an absolute path, then a file representing the specified path is returned. If it's a relative path, then it will be combined with the current temp path. | 
Return Value
| Type | Description | 
|---|---|
| IFile | A temp file. | 
