Summary
Gets a temp file path by combining it with the root path and temp path.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .IO - Containing Type
- TestFileSystem
Syntax
public FilePath GetTempPath(FilePath path)
Parameters
Name | Type | Description |
---|---|---|
path | FilePath | The path to combine with the root path and temp path. |
Return Value
Type | Description |
---|---|
FilePath | The temp file path. |