DirectoryPath.

FromUri(Uri) Method

Summary

Performs a conversion from System.Uri to Wyam.Common.IO.DirectoryPath.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
DirectoryPath

Syntax

public static DirectoryPath FromUri(Uri path)

Parameters

Name Type Description
path Uri The path.

Return Value

Type Description
DirectoryPath A Wyam.Common.IO.DirectoryPath.
GitHub