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