NormalizedPath.

IsRelative Property

Summary

Gets a value indicating whether this path is relative.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
NormalizedPath

Syntax

public bool IsRelative { get; }

Value

Type Description
bool true if this path is relative; otherwise, false.
GitHub