While Wyam is certainly still usable, it's been rebranded and rebooted as Statiq with a ton of improvements. You almost certainly want to look there unless you're already a Wyam user.

IExecutionContext.

FileSystem Property

Summary

Gets the current file system.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Execution
Containing Type
IExecutionContext

Syntax

IReadOnlyFileSystem FileSystem { get; }

Value

Type Description
IReadOnlyFileSystem
GitHub