DirectoryPath.

DirectoryPath(string) Constructor

Summary

Initializes a new instance of the Wyam.Common.IO.DirectoryPath class. The path will be considered absolute if the underlying OS file system considers it absolute.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
DirectoryPath

Syntax

public DirectoryPath(string path)

Parameters

Name Type Description
path string The path.

Return Value

Type Description
void
GitHub