Summary
Combines the current path with a
Wyam.Common.IO.FilePath
.
If the provided Wyam.Common.IO.FilePath
is not relative, then it is returned.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- DirectoryPath
Syntax
public FilePath CombineFile(FilePath path)
Parameters
Name | Type | Description |
---|---|---|
path | FilePath | The path. |
Return Value
Type | Description |
---|---|
FilePath | A combination of the current path and the provided Wyam.Common.IO.FilePath , unless
the provided Wyam.Common.IO.FilePath is absolute in which case it is returned. |