Summary
Performs a conversion from
string to DirectoryPath.
- Namespace
- Cake
.Core .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 DirectoryPath. |
