Summary
Gets a temp file path by combining it with the root path and temp path.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- IReadOnlyFileSystem
Syntax
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. |