DirectoryPath.

DirectoryPath(string, string) Constructor

Summary

Initializes a new instance of the Wyam.Common.IO.DirectoryPath class with the specified file provider. 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 fileProvider, string path)

Parameters

Name Type Description
fileProvider string The file provider.
path string The path.

Return Value

Type Description
void
GitHub