DirectoryPath.

RootRelative Property

Summary

Gets current path relative to it's root. If this is already a relative path or there is no root path, this just returns the current path.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
DirectoryPath

Syntax

public DirectoryPath RootRelative { get; }

Value

Type Description
DirectoryPath The current path relative to it's root.
GitHub