IFileSystem.

RootPath Property

Summary

Gets or sets the root path.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IFileSystem

Syntax

DirectoryPath RootPath { get; set; }

Value

Type Description
DirectoryPath The root path.
GitHub