NormalizedPath.

NormalizedPath(Uri) Constructor

Summary

Initializes a new instance of the Wyam.Common.IO.NormalizedPath class. The new path will be absolute if the specified URI is absolute, otherwise it will be relative.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
NormalizedPath

Syntax

protected NormalizedPath(Uri path)

Parameters

Name Type Description
path Uri The path as a URI.

Return Value

Type Description
void
GitHub