FilePath.

FromUri(Uri) Method

Summary

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

Syntax

public static FilePath FromUri(Uri path)

Parameters

Name Type Description
path Uri The path.

Return Value

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