Wyam.Core.Modules.IO Namespace

Class Types

Class Summary
CopyFiles Copies the content of files from one path on to another path.
Download Downloads from HTTP and outputs the results as new documents.
DownloadRequest A download request for use with the Wyam.Core.Modules.IO.Download module.
Include Processes include statements to include files from the file system.
ReadApplicationInput Reads text provided to the application on startup.
ReadFiles Reads the content of files from the file system into the content of new documents.
RequestHeaders The request headers to use with the Wyam.Core.Modules.IO.Download module.
UnwrittenFiles Outputs only those documents that have not yet been written to the file system.
WriteFiles Writes the content of each input document to the file system.
GitHub