Summary
Gets a file by combining it's path with the current directory's path.
The specified file path must be relative.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .IO - Containing Type
- TestDirectory
Syntax
public IFile GetFile(FilePath path)
Parameters
Name | Type | Description |
---|---|---|
path | FilePath | The path of the file. |
Return Value
Type | Description |
---|---|
IFile | The file. |