Summary
Appends a file extension to the path.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- FilePath
Syntax
public FilePath AppendExtension(string extension)
Parameters
Name | Type | Description |
---|---|---|
extension | string | The extension. |
Return Value
Type | Description |
---|---|
FilePath | A new Wyam.Common.IO.FilePath with an appended extension. |