DirectoryPath.

DirectoryPath(string, PathKind) Constructor

Summary

Initializes a new instance of the Wyam.Common.IO.DirectoryPath class.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
DirectoryPath

Syntax

public DirectoryPath(string path, PathKind pathKind)

Parameters

Name Type Description
path string The path.
pathKind PathKind Specifies whether the path is relative, absolute, or indeterminate.

Return Value

Type Description
void
GitHub