DirectoryPath.

DirectoryPath(Uri) Constructor

Summary

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

Syntax

public DirectoryPath(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