Appends content to each file instead of overwriting them.
- Namespace
- Statiq
.Core - 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. |