UnwrittenFiles.

UnwrittenFiles() Constructor

Summary

Writes the document content to disk with the same 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
UnwrittenFiles

Syntax

public UnwrittenFiles()

Return Value

Type Description
void
GitHub