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