Summary
Writes the document content to disk with the specified extension with the same
base file name and relative path as the input file. This requires metadata
for
RelativeFilePath
to be set (which is done by default by the Wyam.Core.Modules.IO.ReadFiles
module).
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .IO - Containing Type
- WriteFiles
Syntax
public WriteFiles(string extension)
Parameters
Name | Type | Description |
---|---|---|
extension | string | The extension to use for writing the file. |
Return Value
Type | Description |
---|---|
void |