Summary
Combines the current path with the file name of a
Wyam.Common.IO.FilePath
. The current file provider
is maintained.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- DirectoryPath
Syntax
public FilePath GetFilePath(FilePath path)
Parameters
Name | Type | Description |
---|---|---|
path | FilePath | The path. |
Return Value
Type | Description |
---|---|
FilePath | A combination of the current path and the file name of the provided Wyam.Common.IO.FilePath . |