Appends a file extension to the path.
- Namespace
- Statiq
.Common - Containing Type
- NormalizedPath
Syntax
public NormalizedPath AppendExtension(string extension)
Parameters
| Name | Type | Description |
|---|---|---|
| extension | string | The extension. |
Return Value
| Type | Description |
|---|---|
| NormalizedPath | A new NormalizedPath with an appended extension. |