Summary
Performs a conversion from
string to Wyam.Common.IO.DirectoryPath.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- DirectoryPath
Syntax
public static DirectoryPath FromString(string path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | The path. |
Return Value
| Type | Description |
|---|---|
| DirectoryPath | A Wyam.Common.IO.DirectoryPath. |
