DirectoryPath.

Combine(DirectoryPath) Method

Summary

Combines the current path with another Wyam.Common.IO.DirectoryPath. If the provided Wyam.Common.IO.DirectoryPath is not relative, then it is returned.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
DirectoryPath

Syntax

public DirectoryPath Combine(DirectoryPath path)

Parameters

Name Type Description
path DirectoryPath The path.

Return Value

Type Description
DirectoryPath A combination of the current path and the provided Wyam.Common.IO.DirectoryPath, unless the provided Wyam.Common.IO.DirectoryPath is absolute in which case it is returned.
GitHub