Inserts a suffix into the file name before the extension.
- Namespace
- Statiq
.Common - Containing Type
- NormalizedPath
Syntax
public NormalizedPath InsertSuffix(string suffix)
Parameters
| Name | Type | Description |
|---|---|---|
| suffix | string | The suffix to insert. |
Return Value
| Type | Description |
|---|---|
| NormalizedPath | A new NormalizedPath with the specified suffix. |