NormalizedPath.

Root Property

Summary

Gets the root of this path or "." if this is a relative path or there is no root.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
NormalizedPath

Syntax

public DirectoryPath Root { get; }

Value

Type Description
DirectoryPath The root of this path.
GitHub