TestFileSystem.

RootPath Property

Summary

Gets or sets the root path.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.IO
Containing Type
TestFileSystem

Syntax

public DirectoryPath RootPath { get; set; }

Value

Type Description
DirectoryPath The root path.
GitHub