NormalizedPath.

IsAbsolute Property

Summary

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

Syntax

public bool IsAbsolute { get; }

Value

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