FilePath.

FilePath(Uri) Constructor

Summary

Initializes a new instance of the Wyam.Common.IO.FilePath class with the specified file provider and/or path.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
FilePath

Syntax

public FilePath(Uri path)

Parameters

Name Type Description
path Uri The path (and file provider if this is an absolute URI).

Return Value

Type Description
void
GitHub