Summary
Appends content to each file instead of overwriting them.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .IO - Containing Type
- WriteFiles
Syntax
public WriteFiles Append(bool append = true)
Parameters
| Name | Type | Description |
|---|---|---|
| append | bool | Appends to existing files if set to true. |
Return Value
| Type | Description |
|---|---|
| WriteFiles | The current module instance. |
