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.

IFile.

Path Property

Summary

Gets the path to the file.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IFile

Syntax

FilePath Path { get; }

Value

Type Description
FilePath The path.
GitHub