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